| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonNeptuneAsyncClient.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonNeptuneAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest failoverGlobalClusterRequest,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler)
Initiates the failover process for a Neptune global database.
|
Future<GlobalCluster> |
AbstractAmazonNeptuneAsync.failoverGlobalClusterAsync(FailoverGlobalClusterRequest request,
AsyncHandler<FailoverGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.clone() |
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over.
|
FailoverGlobalClusterRequest |
FailoverGlobalClusterRequest.withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the
global database.
|
Copyright © 2024. All rights reserved.