Uses of Class
com.amazonaws.services.elasticache.model.CacheNode
-
Packages that use CacheNode Package Description com.amazonaws.services.elasticache.model -
-
Uses of CacheNode in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CacheNode Modifier and Type Method Description CacheNodeCacheNode. clone()CacheNodeCacheNode. withCacheNodeCreateTime(Date cacheNodeCreateTime)The date and time when the cache node was created.CacheNodeCacheNode. withCacheNodeId(String cacheNodeId)The cache node identifier.CacheNodeCacheNode. withCacheNodeStatus(String cacheNodeStatus)The current state of this cache node.CacheNodeCacheNode. withCustomerAvailabilityZone(String customerAvailabilityZone)The Availability Zone where this node was created and now resides.CacheNodeCacheNode. withEndpoint(Endpoint endpoint)The hostname for connecting to this cache node.CacheNodeCacheNode. withParameterGroupStatus(String parameterGroupStatus)The status of the parameter group applied to this cache node.CacheNodeCacheNode. withSourceCacheNodeId(String sourceCacheNodeId)The ID of the primary node to which this read replica node is synchronized.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type CacheNode Modifier and Type Method Description List<CacheNode>CacheCluster. getCacheNodes()A list of cache nodes that are members of the cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type CacheNode Modifier and Type Method Description CacheClusterCacheCluster. withCacheNodes(CacheNode... cacheNodes)A list of cache nodes that are members of the cache cluster.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type CacheNode Modifier and Type Method Description voidCacheCluster. setCacheNodes(Collection<CacheNode> cacheNodes)A list of cache nodes that are members of the cache cluster.CacheClusterCacheCluster. withCacheNodes(Collection<CacheNode> cacheNodes)A list of cache nodes that are members of the cache cluster.
-