Uses of Class
software.amazon.awssdk.services.docdb.model.DescribeGlobalClustersResponse
-
Packages that use DescribeGlobalClustersResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.paginators -
-
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return DescribeGlobalClustersResponse Modifier and Type Method Description default DescribeGlobalClustersResponseDocDbClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Amazon DocumentDB global clusters.default DescribeGlobalClustersResponseDocDbClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Amazon DocumentDB global clusters.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description default CompletableFuture<DescribeGlobalClustersResponse>DocDbAsyncClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Amazon DocumentDB global clusters.default CompletableFuture<DescribeGlobalClustersResponse>DocDbAsyncClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Amazon DocumentDB global clusters. -
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.docdb.paginators
Methods in software.amazon.awssdk.services.docdb.paginators that return types with arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description Iterator<DescribeGlobalClustersResponse>DescribeGlobalClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.docdb.paginators with type arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description voidDescribeGlobalClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGlobalClustersResponse> subscriber)
-