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 NodeSnapshotNodeSnapshot. clone()NodeSnapshotNodeSnapshot. withCacheNodeCreateTime(Date cacheNodeCreateTime)The date and time when the cache node was created in the source cache cluster.NodeSnapshotNodeSnapshot. withCacheNodeId(String cacheNodeId)The cache node identifier for the node in the source cache cluster.NodeSnapshotNodeSnapshot. withCacheSize(String cacheSize)The size of the cache on the source cache node.NodeSnapshotNodeSnapshot. 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 SnapshotSnapshot. 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 voidSnapshot. setNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)A list of the cache nodes in the source cache cluster.SnapshotSnapshot. withNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)A list of the cache nodes in the source cache cluster.
-