Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NodeGroup> |
ReplicationGroup.nodeGroups
A single element list with information about the nodes in the replication
group.
|
Modifier and Type | Method and Description |
---|---|
NodeGroup |
NodeGroup.clone() |
NodeGroup |
NodeGroup.withNodeGroupId(java.lang.String nodeGroupId)
The identifier for the node group.
|
NodeGroup |
NodeGroup.withNodeGroupMembers(java.util.Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node
group.
|
NodeGroup |
NodeGroup.withNodeGroupMembers(NodeGroupMember... nodeGroupMembers)
A list containing information about individual nodes within the node
group.
|
NodeGroup |
NodeGroup.withPrimaryEndpoint(Endpoint primaryEndpoint) |
NodeGroup |
NodeGroup.withStatus(java.lang.String status)
The current state of this replication group - creating,
available, etc.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NodeGroup> |
ReplicationGroup.getNodeGroups()
A single element list with information about the nodes in the replication
group.
|
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
ReplicationGroup.withNodeGroups(NodeGroup... nodeGroups)
A single element list with information about the nodes in the replication
group.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroup.setNodeGroups(java.util.Collection<NodeGroup> nodeGroups)
A single element list with information about the nodes in the replication
group.
|
ReplicationGroup |
ReplicationGroup.withNodeGroups(java.util.Collection<NodeGroup> nodeGroups)
A single element list with information about the nodes in the replication
group.
|
Modifier and Type | Method and Description |
---|---|
NodeGroup |
NodeGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |