Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTenantsResponse
Packages that use ListTenantsResponse
Package
Description
-
Uses of ListTenantsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListTenantsResponseModifier and TypeMethodDescriptiondefault ListTenantsResponseSesV2Client.listTenants(Consumer<ListTenantsRequest.Builder> listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default ListTenantsResponseSesV2Client.listTenants(ListTenantsRequest listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListTenantsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListTenantsResponse>SesV2AsyncClient.listTenants(Consumer<ListTenantsRequest.Builder> listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default CompletableFuture<ListTenantsResponse>SesV2AsyncClient.listTenants(ListTenantsRequest listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region. -
Uses of ListTenantsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListTenantsResponseMethod parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListTenantsResponseModifier and TypeMethodDescriptionvoidListTenantsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTenantsResponse> subscriber)