Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheNode
-
Packages that use CacheNode Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheNode in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheNode Modifier and Type Method Description List<CacheNode>CacheCluster. cacheNodes()A list of cache nodes that are members of the cluster.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheNode Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. cacheNodes(CacheNode... cacheNodes)A list of cache nodes that are members of the cluster.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheNode Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. cacheNodes(Collection<CacheNode> cacheNodes)A list of cache nodes that are members of the cluster.
-