Uses of Class
com.amazonaws.services.elasticache.model.NodeGroupMember
-
Packages that use NodeGroupMember Package Description com.amazonaws.services.elasticache.model -
-
Uses of NodeGroupMember in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return NodeGroupMember Modifier and Type Method Description NodeGroupMemberNodeGroupMember. clone()NodeGroupMemberNodeGroupMember. withCacheClusterId(String cacheClusterId)The ID of the cache cluster to which the node belongs.NodeGroupMemberNodeGroupMember. withCacheNodeId(String cacheNodeId)The ID of the node within its cache cluster.NodeGroupMemberNodeGroupMember. withCurrentRole(String currentRole)The role that is currently assigned to the node - primary or replica.NodeGroupMemberNodeGroupMember. withPreferredAvailabilityZone(String preferredAvailabilityZone)The name of the Availability Zone in which the node is located.NodeGroupMemberNodeGroupMember. withReadEndpoint(Endpoint readEndpoint)Methods in com.amazonaws.services.elasticache.model that return types with arguments of type NodeGroupMember Modifier and Type Method Description List<NodeGroupMember>NodeGroup. getNodeGroupMembers()A list containing information about individual nodes within the node group.Methods in com.amazonaws.services.elasticache.model with parameters of type NodeGroupMember Modifier and Type Method Description NodeGroupNodeGroup. withNodeGroupMembers(NodeGroupMember... nodeGroupMembers)A list containing information about individual nodes within the node group.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type NodeGroupMember Modifier and Type Method Description voidNodeGroup. setNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)A list containing information about individual nodes within the node group.NodeGroupNodeGroup. withNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)A list containing information about individual nodes within the node group.
-