Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTenantsResponse
-
Packages that use ListTenantsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListTenantsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListTenantsResponse Modifier and Type Method Description default 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 ListTenantsResponse Modifier and Type Method Description default 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 ListTenantsResponse Modifier and Type Method Description Iterator<ListTenantsResponse>ListTenantsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListTenantsResponse Modifier and Type Method Description voidListTenantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTenantsResponse> subscriber)
-