| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonRDSAsyncClient.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest failoverGlobalClusterRequest,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler)
Initiates the failover process for an Aurora global database (GlobalCluster).
|
Future<GlobalCluster> |
AbstractAmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.clone() |
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database
(GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the
cluster in its Amazon Web Services Region.
|
Copyright © 2022. All rights reserved.