Uses of Class
com.amazonaws.services.elasticache.model.CreateSnapshotRequest
Packages that use CreateSnapshotRequest
-
Uses of CreateSnapshotRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type CreateSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.createSnapshot
(CreateSnapshotRequest request) AmazonElastiCache.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.AmazonElastiCacheClient.createSnapshot
(CreateSnapshotRequest createSnapshotRequest) The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.AbstractAmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest request) AbstractAmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest) The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.AmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.AmazonElastiCacheAsyncClient.createSnapshotAsync
(CreateSnapshotRequest request) AmazonElastiCacheAsyncClient.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type CreateSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) AmazonElastiCacheAsync.createSnapshotAsync
(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.AmazonElastiCacheAsyncClient.createSnapshotAsync
(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest, Snapshot> asyncHandler) -
Uses of CreateSnapshotRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return CreateSnapshotRequestModifier and TypeMethodDescriptionCreateSnapshotRequest.clone()
CreateSnapshotRequest.withCacheClusterId
(String cacheClusterId) The identifier of an existing cache cluster.CreateSnapshotRequest.withSnapshotName
(String snapshotName) A name for the snapshot being created.