Uses of Class
software.amazon.awssdk.services.rds.model.DescribeGlobalClustersResponse
-
Packages that use DescribeGlobalClustersResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeGlobalClustersResponse Modifier and Type Method Description default DescribeGlobalClustersResponseRdsClient. describeGlobalClusters()Returns information about Aurora global database clusters.default DescribeGlobalClustersResponseRdsClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Aurora global database clusters.default DescribeGlobalClustersResponseRdsClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description default CompletableFuture<DescribeGlobalClustersResponse>RdsAsyncClient. describeGlobalClusters()Returns information about Aurora global database clusters.default CompletableFuture<DescribeGlobalClustersResponse>RdsAsyncClient. describeGlobalClusters(Consumer<DescribeGlobalClustersRequest.Builder> describeGlobalClustersRequest)Returns information about Aurora global database clusters.default CompletableFuture<DescribeGlobalClustersResponse>RdsAsyncClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters. -
Uses of DescribeGlobalClustersResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.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.rds.paginators with type arguments of type DescribeGlobalClustersResponse Modifier and Type Method Description voidDescribeGlobalClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeGlobalClustersResponse> subscriber)
-