Uses of Class
software.amazon.awssdk.services.elasticache.model.NodeGroup
-
Packages that use NodeGroup Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NodeGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type NodeGroup Modifier and Type Method Description List<NodeGroup>ReplicationGroup. nodeGroups()A list of node groups in this replication group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NodeGroup Modifier and Type Method Description ReplicationGroup.BuilderReplicationGroup.Builder. nodeGroups(NodeGroup... nodeGroups)A list of node groups in this replication group.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type NodeGroup Modifier and Type Method Description ReplicationGroup.BuilderReplicationGroup.Builder. nodeGroups(Collection<NodeGroup> nodeGroups)A list of node groups in this replication group.
-