Uses of Class
com.amazonaws.services.elasticache.model.CopySnapshotRequest
Packages that use CopySnapshotRequest
-
Uses of CopySnapshotRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type CopySnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.copySnapshot
(CopySnapshotRequest request) AmazonElastiCache.copySnapshot
(CopySnapshotRequest copySnapshotRequest) The CopySnapshot action makes a copy of an existing snapshot.AmazonElastiCacheClient.copySnapshot
(CopySnapshotRequest copySnapshotRequest) The CopySnapshot action makes a copy of an existing snapshot.AbstractAmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest request) AbstractAmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest) The CopySnapshot action makes a copy of an existing snapshot.AmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) The CopySnapshot action makes a copy of an existing snapshot.AmazonElastiCacheAsyncClient.copySnapshotAsync
(CopySnapshotRequest request) AmazonElastiCacheAsyncClient.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CopySnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) The CopySnapshot action makes a copy of an existing snapshot.AmazonElastiCacheAsyncClient.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, Snapshot> asyncHandler) -
Uses of CopySnapshotRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CopySnapshotRequestModifier and TypeMethodDescriptionCopySnapshotRequest.clone()
CopySnapshotRequest.withSourceSnapshotName
(String sourceSnapshotName) The name of an existing snapshot from which to copy.CopySnapshotRequest.withTargetSnapshotName
(String targetSnapshotName) A name for the copied snapshot.