|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeGroup | |
---|---|
com.amazonaws.services.elasticache.model | Classes modeling the various types represented by AmazonElastiCache. |
Uses of NodeGroup in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return NodeGroup | |
---|---|
NodeGroup |
NodeGroup.withNodeGroupId(String nodeGroupId)
The identifier for the node group. |
NodeGroup |
NodeGroup.withNodeGroupMembers(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)
Represents the information required for client programs to connect to a cache node. |
NodeGroup |
NodeGroup.withStatus(String status)
The current state of this replication group - creating, available, etc. |
Methods in com.amazonaws.services.elasticache.model that return types with arguments of type NodeGroup | |
---|---|
List<NodeGroup> |
ReplicationGroup.getNodeGroups()
A single element list with information about the nodes in the replication group. |
Methods in com.amazonaws.services.elasticache.model with parameters of type NodeGroup | |
---|---|
ReplicationGroup |
ReplicationGroup.withNodeGroups(NodeGroup... nodeGroups)
A single element list with information about the nodes in the replication group. |
Method parameters in com.amazonaws.services.elasticache.model with type arguments of type NodeGroup | |
---|---|
void |
ReplicationGroup.setNodeGroups(Collection<NodeGroup> nodeGroups)
A single element list with information about the nodes in the replication group. |
ReplicationGroup |
ReplicationGroup.withNodeGroups(Collection<NodeGroup> nodeGroups)
A single element list with information about the nodes in the replication group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |