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

Packages that use CopySnapshotRequest
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of CopySnapshotRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type CopySnapshotRequest
 Snapshot AmazonElastiCacheClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Snapshot AmazonElastiCache.copySnapshot(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type CopySnapshotRequest
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 

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

Methods in com.amazonaws.services.elasticache.model that return CopySnapshotRequest
 CopySnapshotRequest CopySnapshotRequest.withSourceSnapshotName(String sourceSnapshotName)
          The name of an existing snapshot from which to copy.
 CopySnapshotRequest CopySnapshotRequest.withTargetSnapshotName(String targetSnapshotName)
          A name for the copied snapshot.
 



Copyright © 2016. All rights reserved.