Uses of Class
software.amazon.awssdk.services.elasticache.model.NodeGroupMember
-
Packages that use NodeGroupMember Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NodeGroupMember in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type NodeGroupMember Modifier and Type Method Description List<NodeGroupMember>NodeGroup. nodeGroupMembers()A list containing information about individual nodes within the node group (shard).Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NodeGroupMember Modifier and Type Method Description NodeGroup.BuilderNodeGroup.Builder. nodeGroupMembers(NodeGroupMember... nodeGroupMembers)A list containing information about individual nodes within the node group (shard).Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type NodeGroupMember Modifier and Type Method Description NodeGroup.BuilderNodeGroup.Builder. nodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)A list containing information about individual nodes within the node group (shard).
-