Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTenantResourcesResponse
-
Packages that use ListTenantResourcesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListTenantResourcesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListTenantResourcesResponse Modifier and Type Method Description default ListTenantResourcesResponseSesV2Client. listTenantResources(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest)List all resources associated with a specific tenant.default ListTenantResourcesResponseSesV2Client. listTenantResources(ListTenantResourcesRequest listTenantResourcesRequest)List all resources associated with a specific tenant.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListTenantResourcesResponse Modifier and Type Method Description default CompletableFuture<ListTenantResourcesResponse>SesV2AsyncClient. listTenantResources(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest)List all resources associated with a specific tenant.default CompletableFuture<ListTenantResourcesResponse>SesV2AsyncClient. listTenantResources(ListTenantResourcesRequest listTenantResourcesRequest)List all resources associated with a specific tenant. -
Uses of ListTenantResourcesResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListTenantResourcesResponse Modifier and Type Method Description Iterator<ListTenantResourcesResponse>ListTenantResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListTenantResourcesResponse Modifier and Type Method Description voidListTenantResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTenantResourcesResponse> subscriber)
-