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 SnapshotAbstractAmazonElastiCache. createSnapshot(CreateSnapshotRequest request)SnapshotAmazonElastiCache. createSnapshot(CreateSnapshotRequest createSnapshotRequest)The CreateSnapshot action creates a copy of an entire cache cluster at a specific moment in time.SnapshotAmazonElastiCacheClient. 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 CreateSnapshotRequestCreateSnapshotRequest. clone()CreateSnapshotRequestCreateSnapshotRequest. withCacheClusterId(String cacheClusterId)The identifier of an existing cache cluster.CreateSnapshotRequestCreateSnapshotRequest. withSnapshotName(String snapshotName)A name for the snapshot being created.
-