Uses of Class
software.amazon.awssdk.services.docdb.paginators.DescribeGlobalClustersIterable
-
Packages that use DescribeGlobalClustersIterable Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of DescribeGlobalClustersIterable in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return DescribeGlobalClustersIterable Modifier and Type Method Description default DescribeGlobalClustersIterableDocDbClient. describeGlobalClustersPaginator(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)This is a variant ofDocDbClient.describeGlobalClusters(software.amazon.awssdk.services.docdb.model.DescribeGlobalClustersRequest)operation.default DescribeGlobalClustersIterableDocDbClient. describeGlobalClustersPaginator(DescribeGlobalClustersRequest describeGlobalClustersRequest)This is a variant ofDocDbClient.describeGlobalClusters(software.amazon.awssdk.services.docdb.model.DescribeGlobalClustersRequest)operation.
-