| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<CacheNode> |
CacheCluster.cacheNodes()
A list of cache nodes that are members of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.cacheNodes(CacheNode... cacheNodes)
A list of cache nodes that are members of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CacheCluster.Builder |
CacheCluster.Builder.cacheNodes(Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cluster.
|
Copyright © 2023. All rights reserved.