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 |
---|---|
DescribeSnapshotsResult |
AmazonElastiCache.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
DescribeSnapshotsResult |
AmazonElastiCacheClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withCacheClusterId(String cacheClusterId)
A user-supplied cluster identifier.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotName(String snapshotName)
A user-supplied name of the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotSource(String snapshotSource)
If set to
system , the output shows snapshots that were
automatically created by ElastiCache. |
Copyright © 2014. All rights reserved.