| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSnapshot |
NodeSnapshot.clone() |
NodeSnapshot |
NodeSnapshot.withCacheNodeCreateTime(Date cacheNodeCreateTime)
The date and time when the cache node was created in the source cache
cluster.
|
NodeSnapshot |
NodeSnapshot.withCacheNodeId(String cacheNodeId)
The cache node identifier for the node in the source cache cluster.
|
NodeSnapshot |
NodeSnapshot.withCacheSize(String cacheSize)
The size of the cache on the source cache node.
|
NodeSnapshot |
NodeSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
The date and time when the source node's metadata and cache data set
was obtained for the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeSnapshot> |
Snapshot.getNodeSnapshots()
A list of the cache nodes in the source cache cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.withNodeSnapshots(NodeSnapshot... nodeSnapshots)
A list of the cache nodes in the source cache cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshot.setNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
A list of the cache nodes in the source cache cluster.
|
Snapshot |
Snapshot.withNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
A list of the cache nodes in the source cache cluster.
|
Copyright © 2016. All rights reserved.