Uses of Class
com.amazonaws.services.elasticache.model.NodeSnapshot
-
Packages that use NodeSnapshot Package Description com.amazonaws.services.elasticache.model -
-
Uses of NodeSnapshot in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return NodeSnapshot Modifier and Type Method 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.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type NodeSnapshot Modifier and Type Method Description List<NodeSnapshot>
Snapshot. getNodeSnapshots()
A list of the cache nodes in the source cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type NodeSnapshot Modifier and Type Method Description Snapshot
Snapshot. withNodeSnapshots(NodeSnapshot... nodeSnapshots)
A list of the cache nodes in the source cache cluster.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type NodeSnapshot Modifier and Type Method 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.
-