| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
AbstractAmazonRDS.failoverGlobalCluster(FailoverGlobalClusterRequest request) |
GlobalCluster |
AmazonRDSClient.failoverGlobalCluster(FailoverGlobalClusterRequest request)
Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail
over or switch over a global database.
|
GlobalCluster |
AmazonRDS.failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail
over or switch over a global database.
|
Future<GlobalCluster> |
AmazonRDSAsyncClient.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request) |
Future<GlobalCluster> |
AbstractAmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail
over or switch over a global database.
|
Future<GlobalCluster> |
AmazonRDSAsyncClient.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AbstractAmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest failoverGlobalClusterRequest,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler)
Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail
over or switch over a global database.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonRDSAsyncClient.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AbstractAmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonRDSAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest failoverGlobalClusterRequest,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler)
Promotes the specified secondary DB cluster to be the primary DB cluster in the global database cluster to fail
over or switch over a global database.
|
| Modifier and Type | Method and Description |
|---|---|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.clone() |
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withAllowDataLoss(Boolean allowDataLoss)
Specifies whether to allow data loss for this global database cluster operation.
|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The identifier of the global database cluster (Aurora global database) this operation should apply to.
|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withSwitchover(Boolean switchover)
Specifies whether to switch over this global database cluster.
|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The identifier of the secondary Aurora DB cluster that you want to promote to the primary for the global database
cluster.
|
Copyright © 2024. All rights reserved.