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