| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| Modifier and Type | Method and Description |
|---|---|
default FailoverGlobalClusterResponse |
NeptuneClient.failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)
Initiates the failover process for a Neptune global database.
|
default FailoverGlobalClusterResponse |
NeptuneClient.failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
Initiates the failover process for a Neptune global database.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<FailoverGlobalClusterResponse> |
NeptuneAsyncClient.failoverGlobalCluster(Consumer<FailoverGlobalClusterRequest.Builder> failoverGlobalClusterRequest)
Initiates the failover process for a Neptune global database.
|
default CompletableFuture<FailoverGlobalClusterResponse> |
NeptuneAsyncClient.failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
Initiates the failover process for a Neptune global database.
|
Copyright © 2023. All rights reserved.