Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ListClustersResponse
-
Packages that use ListClustersResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.paginators -
-
Uses of ListClustersResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return ListClustersResponse Modifier and Type Method Description default ListClustersResponseDocDbElasticClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns information about provisioned Elastic DocumentDB clusters.default ListClustersResponseDocDbElasticClient. listClusters(ListClustersRequest listClustersRequest)Returns information about provisioned Elastic DocumentDB clusters.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type ListClustersResponse Modifier and Type Method Description default CompletableFuture<ListClustersResponse>DocDbElasticAsyncClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns information about provisioned Elastic DocumentDB clusters.default CompletableFuture<ListClustersResponse>DocDbElasticAsyncClient. listClusters(ListClustersRequest listClustersRequest)Returns information about provisioned Elastic DocumentDB clusters. -
Uses of ListClustersResponse in software.amazon.awssdk.services.docdbelastic.paginators
Methods in software.amazon.awssdk.services.docdbelastic.paginators that return types with arguments of type ListClustersResponse Modifier and Type Method Description Iterator<ListClustersResponse>ListClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.docdbelastic.paginators with type arguments of type ListClustersResponse Modifier and Type Method Description voidListClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber)
-