Package | Description |
---|---|
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CacheNode> |
CacheCluster.cacheNodes
A list of cache nodes that are members of the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
CacheNode |
CacheNode.clone() |
CacheNode |
CacheNode.withCacheNodeCreateTime(java.util.Date cacheNodeCreateTime)
The date and time when the cache node was created.
|
CacheNode |
CacheNode.withCacheNodeId(java.lang.String cacheNodeId)
The cache node identifier.
|
CacheNode |
CacheNode.withCacheNodeStatus(java.lang.String cacheNodeStatus)
The current state of this cache node.
|
CacheNode |
CacheNode.withCustomerAvailabilityZone(java.lang.String customerAvailabilityZone)
The Availability Zone where this node was created and now resides.
|
CacheNode |
CacheNode.withEndpoint(Endpoint endpoint)
The hostname for connecting to this cache node.
|
CacheNode |
CacheNode.withParameterGroupStatus(java.lang.String parameterGroupStatus)
The status of the parameter group applied to this cache node.
|
CacheNode |
CacheNode.withSourceCacheNodeId(java.lang.String sourceCacheNodeId)
The ID of the primary node to which this read replica node is
synchronized.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheNode> |
CacheCluster.getCacheNodes()
A list of cache nodes that are members of the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
CacheCluster |
CacheCluster.withCacheNodes(CacheNode... cacheNodes)
A list of cache nodes that are members of the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCluster.setCacheNodes(java.util.Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cache cluster.
|
CacheCluster |
CacheCluster.withCacheNodes(java.util.Collection<CacheNode> cacheNodes)
A list of cache nodes that are members of the cache cluster.
|
Modifier and Type | Method and Description |
---|---|
CacheNode |
CacheNodeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |