Uses of Class
software.amazon.awssdk.services.elasticache.model.NodeSnapshot
-
Packages that use NodeSnapshot Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NodeSnapshot in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type NodeSnapshot Modifier and Type Method Description List<NodeSnapshot>Snapshot. nodeSnapshots()A list of the cache nodes in the source cluster.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NodeSnapshot Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. nodeSnapshots(NodeSnapshot... nodeSnapshots)A list of the cache nodes in the source cluster.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type NodeSnapshot Modifier and Type Method Description Snapshot.BuilderSnapshot.Builder. nodeSnapshots(Collection<NodeSnapshot> nodeSnapshots)A list of the cache nodes in the source cluster.
-