Uses of Class
com.amazonaws.services.elasticache.model.DeleteSnapshotRequest
Packages that use DeleteSnapshotRequest
-
Uses of DeleteSnapshotRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.deleteSnapshot
(DeleteSnapshotRequest request) AmazonElastiCache.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) The DeleteSnapshot action deletes an existing snapshot.AmazonElastiCacheClient.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) The DeleteSnapshot action deletes an existing snapshot.AbstractAmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request) AbstractAmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest) The DeleteSnapshot action deletes an existing snapshot.AmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) The DeleteSnapshot action deletes an existing snapshot.AmazonElastiCacheAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request) AmazonElastiCacheAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) The DeleteSnapshot action deletes an existing snapshot.AmazonElastiCacheAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, Snapshot> asyncHandler) -
Uses of DeleteSnapshotRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return DeleteSnapshotRequestModifier and TypeMethodDescriptionDeleteSnapshotRequest.clone()
DeleteSnapshotRequest.withSnapshotName
(String snapshotName) The name of the snapshot to be deleted.