| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
FailoverState |
FailoverState.clone() |
FailoverState |
GlobalCluster.getFailoverState()
A data object containing all properties for the current state of an in-process or pending failover process for
this Aurora global database.
|
FailoverState |
FailoverState.withFromDbClusterArn(String fromDbClusterArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated
with this state.
|
FailoverState |
FailoverState.withStatus(FailoverStatus status)
The current status of the Aurora global database (GlobalCluster).
|
FailoverState |
FailoverState.withStatus(String status)
The current status of the Aurora global database (GlobalCluster).
|
FailoverState |
FailoverState.withToDbClusterArn(String toDbClusterArn)
The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being promoted, and which is associated
with this state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalCluster.setFailoverState(FailoverState failoverState)
A data object containing all properties for the current state of an in-process or pending failover process for
this Aurora global database.
|
GlobalCluster |
GlobalCluster.withFailoverState(FailoverState failoverState)
A data object containing all properties for the current state of an in-process or pending failover process for
this Aurora global database.
|
Copyright © 2023. All rights reserved.