Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NodeGroupMember> |
NodeGroup.nodeGroupMembers
A list containing information about individual nodes within the node
group.
|
Modifier and Type | Method and Description |
---|---|
NodeGroupMember |
NodeGroupMember.clone() |
NodeGroupMember |
NodeGroupMember.withCacheClusterId(java.lang.String cacheClusterId)
The ID of the cache cluster to which the node belongs.
|
NodeGroupMember |
NodeGroupMember.withCacheNodeId(java.lang.String cacheNodeId)
The ID of the node within its cache cluster.
|
NodeGroupMember |
NodeGroupMember.withCurrentRole(java.lang.String currentRole)
The role that is currently assigned to the node - primary or
replica.
|
NodeGroupMember |
NodeGroupMember.withPreferredAvailabilityZone(java.lang.String preferredAvailabilityZone)
The name of the Availability Zone in which the node is located.
|
NodeGroupMember |
NodeGroupMember.withReadEndpoint(Endpoint readEndpoint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<NodeGroupMember> |
NodeGroup.getNodeGroupMembers()
A list containing information about individual nodes within the node
group.
|
Modifier and Type | Method and Description |
---|---|
NodeGroup |
NodeGroup.withNodeGroupMembers(NodeGroupMember... nodeGroupMembers)
A list containing information about individual nodes within the node
group.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeGroup.setNodeGroupMembers(java.util.Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node
group.
|
NodeGroup |
NodeGroup.withNodeGroupMembers(java.util.Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node
group.
|
Modifier and Type | Method and Description |
---|---|
NodeGroupMember |
NodeGroupMemberStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |