Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
NodeSnapshot |
NodeSnapshot.clone() |
NodeSnapshot |
NodeSnapshot.withCacheClusterId(String cacheClusterId)
A unique identifier for the source cluster.
|
NodeSnapshot |
NodeSnapshot.withCacheNodeCreateTime(Date cacheNodeCreateTime)
The date and time when the cache node was created in the source cluster.
|
NodeSnapshot |
NodeSnapshot.withCacheNodeId(String cacheNodeId)
The cache node identifier for the node in the source cluster.
|
NodeSnapshot |
NodeSnapshot.withCacheSize(String cacheSize)
The size of the cache on the source cache node.
|
NodeSnapshot |
NodeSnapshot.withNodeGroupConfiguration(NodeGroupConfiguration nodeGroupConfiguration)
The configuration for the source node group (shard).
|
NodeSnapshot |
NodeSnapshot.withNodeGroupId(String nodeGroupId)
A unique identifier for the source node group (shard).
|
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 cluster.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.withNodeSnapshots(NodeSnapshot... nodeSnapshots)
A list of the cache nodes in the source cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
Snapshot.setNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
A list of the cache nodes in the source cluster.
|
Snapshot |
Snapshot.withNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
A list of the cache nodes in the source cluster.
|
Copyright © 2018. All rights reserved.