|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheNode | |
---|---|
com.amazonaws.services.elasticache.model | Classes modeling the various types represented by AmazonElastiCache. |
Uses of CacheNode in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return CacheNode | |
---|---|
CacheNode |
CacheNode.withCacheNodeCreateTime(Date cacheNodeCreateTime)
The date and time when the cache node was created. |
CacheNode |
CacheNode.withCacheNodeId(String cacheNodeId)
The cache node identifier. |
CacheNode |
CacheNode.withCacheNodeStatus(String cacheNodeStatus)
The current state of this cache node. |
CacheNode |
CacheNode.withEndpoint(Endpoint endpoint)
The hostname and IP address for connecting to this cache node. |
CacheNode |
CacheNode.withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group applied to this cache node. |
CacheNode |
CacheNode.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 | |
---|---|
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 | |
---|---|
CacheCluster |
CacheCluster.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 | |
---|---|
void |
CacheCluster.setCacheNodes(Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cache cluster. |
CacheCluster |
CacheCluster.withCacheNodes(Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cache cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |