| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2014. All rights reserved.