Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ListClustersResponse
-
Packages that use ListClustersResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters 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 Amazon DocumentDB elastic clusters.default ListClustersResponseDocDbElasticClient. listClusters(ListClustersRequest listClustersRequest)Returns information about provisioned Amazon DocumentDB elastic 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 Amazon DocumentDB elastic clusters.default CompletableFuture<ListClustersResponse>DocDbElasticAsyncClient. listClusters(ListClustersRequest listClustersRequest)Returns information about provisioned Amazon DocumentDB elastic 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)
-