Uses of Class
com.amazonaws.services.elasticache.model.NodeGroupMember

Packages that use NodeGroupMember
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of NodeGroupMember in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return NodeGroupMember
 NodeGroupMember NodeGroupMember.withCacheClusterId(String cacheClusterId)
          The ID of the cache cluster to which the node belongs.
 NodeGroupMember NodeGroupMember.withCacheNodeId(String cacheNodeId)
          The ID of the node within its cache cluster.
 NodeGroupMember NodeGroupMember.withCurrentRole(String currentRole)
          The role that is currently assigned to the node - primary or replica.
 NodeGroupMember NodeGroupMember.withPreferredAvailabilityZone(String preferredAvailabilityZone)
          The name of the Availability Zone in which the node is located.
 NodeGroupMember NodeGroupMember.withReadEndpoint(Endpoint readEndpoint)
          Represents the information required for client programs to connect to a cache node.
 

Methods in com.amazonaws.services.elasticache.model that return types with arguments of type NodeGroupMember
 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
 NodeGroup NodeGroup.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
 void NodeGroup.setNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
          A list containing information about individual nodes within the node group.
 NodeGroup NodeGroup.withNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
          A list containing information about individual nodes within the node group.
 



Copyright © 2016. All rights reserved.