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

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

Methods in com.amazonaws.services.elasticache with parameters of type CreateSnapshotRequest
 Snapshot AmazonElastiCacheClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Snapshot AmazonElastiCache.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
           The CreateSnapshot operation 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 operation creates a copy of an entire cache cluster at a specific moment in time.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type CreateSnapshotRequest
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
           The CreateSnapshot operation 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 operation creates a copy of an entire cache cluster at a specific moment in time.
 

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

Methods in com.amazonaws.services.elasticache.model that return CreateSnapshotRequest
 CreateSnapshotRequest CreateSnapshotRequest.withCacheClusterId(String cacheClusterId)
          The identifier of an existing cache cluster.
 CreateSnapshotRequest CreateSnapshotRequest.withSnapshotName(String snapshotName)
          A name for the snapshot being created.
 



Copyright © 2016. All rights reserved.