| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
AmazonRDS.describeGlobalClusters(DescribeGlobalClustersRequest describeGlobalClustersRequest)
Returns information about Aurora global database clusters.
|
DescribeGlobalClustersResult |
AbstractAmazonRDS.describeGlobalClusters(DescribeGlobalClustersRequest request) |
DescribeGlobalClustersResult |
AmazonRDSClient.describeGlobalClusters(DescribeGlobalClustersRequest request)
Returns information about Aurora global database clusters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeGlobalClustersResult> |
AbstractAmazonRDSAsync.describeGlobalClustersAsync(DescribeGlobalClustersRequest request,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler) |
Future<DescribeGlobalClustersResult> |
AmazonRDSAsync.describeGlobalClustersAsync(DescribeGlobalClustersRequest describeGlobalClustersRequest,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler)
Returns information about Aurora global database clusters.
|
Future<DescribeGlobalClustersResult> |
AmazonRDSAsyncClient.describeGlobalClustersAsync(DescribeGlobalClustersRequest request,
AsyncHandler<DescribeGlobalClustersRequest,DescribeGlobalClustersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.clone() |
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters returned by this request.
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withMarker(String marker)
An optional pagination token provided by a previous
DescribeGlobalClusters request. |
Copyright © 2021. All rights reserved.