| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalClusterMember |
GlobalClusterMember.clone() |
GlobalClusterMember |
GlobalClusterMember.withDBClusterArn(String dBClusterArn)
The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withGlobalWriteForwardingStatus(String globalWriteForwardingStatus)
The status of write forwarding for a secondary cluster in the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withGlobalWriteForwardingStatus(WriteForwardingStatus globalWriteForwardingStatus)
The status of write forwarding for a secondary cluster in the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withIsWriter(Boolean isWriter)
Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the
global cluster with which it is associated.
|
GlobalClusterMember |
GlobalClusterMember.withReaders(Collection<String> readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withReaders(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withSynchronizationStatus(GlobalClusterMemberSynchronizationStatus synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
|
GlobalClusterMember |
GlobalClusterMember.withSynchronizationStatus(String synchronizationStatus)
The status of synchronization of each Aurora DB cluster in the global cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalClusterMember> |
GlobalCluster.getGlobalClusterMembers()
The list of primary and secondary clusters within the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of primary and secondary clusters within the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalCluster.setGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of primary and secondary clusters within the global database cluster.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of primary and secondary clusters within the global database cluster.
|
Copyright © 2023. All rights reserved.