Uses of Class
com.amazonaws.services.elasticache.model.NodeSnapshot

Packages that use NodeSnapshot
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of NodeSnapshot in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return NodeSnapshot
 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
 List<NodeSnapshot> Snapshot.getNodeSnapshots()
          A list of the cache cluster nodes in the source cache cluster.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type NodeSnapshot
 Snapshot Snapshot.withNodeSnapshots(NodeSnapshot... nodeSnapshots)
          A list of the cache cluster nodes in the source cache cluster.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type NodeSnapshot
 void Snapshot.setNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
          A list of the cache cluster nodes in the source cache cluster.
 Snapshot Snapshot.withNodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)
          A list of the cache cluster nodes in the source cache cluster.
 



Copyright © 2016. All rights reserved.