Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.clone() |
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withAutomaticFailover(String automaticFailover)
Indicates whether automatic failover is enabled for the replication group.
|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withReplicationGroupId(String replicationGroupId)
The replication group id of the Global datastore member.
|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withReplicationGroupRegion(String replicationGroupRegion)
The Amazon region of the Global datastore member.
|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withRole(String role)
Indicates the role of the replication group, primary or secondary.
|
GlobalReplicationGroupMember |
GlobalReplicationGroupMember.withStatus(String status)
The status of the membership of the replication group.
|
Modifier and Type | Method and Description |
---|---|
List<GlobalReplicationGroupMember> |
GlobalReplicationGroup.getMembers()
The replication groups that comprise the Global datastore.
|
Modifier and Type | Method and Description |
---|---|
GlobalReplicationGroup |
GlobalReplicationGroup.withMembers(GlobalReplicationGroupMember... members)
The replication groups that comprise the Global datastore.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalReplicationGroup.setMembers(Collection<GlobalReplicationGroupMember> members)
The replication groups that comprise the Global datastore.
|
GlobalReplicationGroup |
GlobalReplicationGroup.withMembers(Collection<GlobalReplicationGroupMember> members)
The replication groups that comprise the Global datastore.
|
Copyright © 2022. All rights reserved.