| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<NodeGroupMember> |
NodeGroup.nodeGroupMembers()
A list containing information about individual nodes within the node group (shard).
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroup.Builder |
NodeGroup.Builder.nodeGroupMembers(NodeGroupMember... nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroup.Builder |
NodeGroup.Builder.nodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
Copyright © 2023. All rights reserved.