| 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 cluster.
|
GlobalClusterMember |
GlobalClusterMember.withIsWriter(Boolean isWriter)
Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora
global database 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 Aurora global database.
|
GlobalClusterMember |
GlobalClusterMember.withReaders(String... readers)
The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalClusterMember> |
GlobalCluster.getGlobalClusterMembers()
The list of cluster IDs for secondary clusters within the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalCluster.setGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global database cluster.
|
Copyright © 2019. All rights reserved.