Uses of Class
com.amazonaws.services.elasticache.model.NodeSnapshot
Packages that use NodeSnapshot
-
Uses of NodeSnapshot in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return NodeSnapshotModifier and TypeMethodDescriptionNodeSnapshot.clone()
NodeSnapshot.withCacheNodeCreateTime
(Date cacheNodeCreateTime) The date and time when the cache node was created in the source cache cluster.NodeSnapshot.withCacheNodeId
(String cacheNodeId) The cache node identifier for the node in the source cache cluster.NodeSnapshot.withCacheSize
(String cacheSize) The size of the cache on the source cache node.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 NodeSnapshotModifier and TypeMethodDescriptionSnapshot.getNodeSnapshots()
A list of the cache nodes in the source cache cluster.Methods in com.amazonaws.services.elasticache.model with parameters of type NodeSnapshotModifier and TypeMethodDescriptionSnapshot.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 NodeSnapshotModifier and TypeMethodDescriptionvoid
Snapshot.setNodeSnapshots
(Collection<NodeSnapshot> nodeSnapshots) A list of the cache nodes in the source cache cluster.Snapshot.withNodeSnapshots
(Collection<NodeSnapshot> nodeSnapshots) A list of the cache nodes in the source cache cluster.