| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default SwitchoverGlobalClusterResponse |
RdsClient.switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.
|
default SwitchoverGlobalClusterResponse |
RdsClient.switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SwitchoverGlobalClusterResponse> |
RdsAsyncClient.switchoverGlobalCluster(Consumer<SwitchoverGlobalClusterRequest.Builder> switchoverGlobalClusterRequest)
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.
|
default CompletableFuture<SwitchoverGlobalClusterResponse> |
RdsAsyncClient.switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)
Switches over the specified secondary DB cluster to be the new primary DB cluster in the global database cluster.
|
Copyright © 2023. All rights reserved.