Uses of Class
com.amazonaws.services.elasticache.model.NodeGroup
Packages that use NodeGroup
-
Uses of NodeGroup in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return NodeGroupModifier and TypeMethodDescriptionNodeGroup.clone()NodeGroup.withNodeGroupId(String nodeGroupId) The identifier for the node group.NodeGroup.withNodeGroupMembers(NodeGroupMember... nodeGroupMembers) A list containing information about individual nodes within the node group.NodeGroup.withNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers) A list containing information about individual nodes within the node group.NodeGroup.withPrimaryEndpoint(Endpoint primaryEndpoint) 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 NodeGroupModifier and TypeMethodDescriptionReplicationGroup.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 NodeGroupModifier and TypeMethodDescriptionReplicationGroup.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 NodeGroupModifier and TypeMethodDescriptionvoidReplicationGroup.setNodeGroups(Collection<NodeGroup> nodeGroups) A single element list with information about the nodes in the replication group.ReplicationGroup.withNodeGroups(Collection<NodeGroup> nodeGroups) A single element list with information about the nodes in the replication group.