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

Packages that use DeleteSnapshotRequest
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 DeleteSnapshotRequest in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache with parameters of type DeleteSnapshotRequest
 Snapshot AmazonElastiCacheClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Snapshot AmazonElastiCache.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DeleteSnapshotRequest
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 

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

Methods in com.amazonaws.services.elasticache.model that return DeleteSnapshotRequest
 DeleteSnapshotRequest DeleteSnapshotRequest.withSnapshotName(String snapshotName)
          The name of the snapshot to be deleted.
 



Copyright © 2016. All rights reserved.