Uses of Class
software.amazon.awssdk.services.rds.model.DescribeGlobalClustersRequest
-
Packages that use DescribeGlobalClustersRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators software.amazon.awssdk.services.rds.transform -
-
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DescribeGlobalClustersRequest Modifier and Type Method Description default CompletableFuture<DescribeGlobalClustersResponse>RdsAsyncClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters.default DescribeGlobalClustersResponseRdsClient. describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters.default DescribeGlobalClustersPublisherRdsAsyncClient. describeGlobalClustersPaginator(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters.default DescribeGlobalClustersIterableRdsClient. describeGlobalClustersPaginator(DescribeGlobalClustersRequest describeGlobalClustersRequest)Returns information about Aurora global database clusters. -
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.rds.paginators
Constructors in software.amazon.awssdk.services.rds.paginators with parameters of type DescribeGlobalClustersRequest Constructor Description DescribeGlobalClustersIterable(RdsClient client, DescribeGlobalClustersRequest firstRequest)DescribeGlobalClustersPublisher(RdsAsyncClient client, DescribeGlobalClustersRequest firstRequest) -
Uses of DescribeGlobalClustersRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DescribeGlobalClustersRequest Modifier and Type Method Description SdkHttpFullRequestDescribeGlobalClustersRequestMarshaller. marshall(DescribeGlobalClustersRequest describeGlobalClustersRequest)
-