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()
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
DescribeSnapshotsResult |
AmazonElastiCacheClient.describeSnapshots()
The DescribeSnapshots operation returns information about
cache cluster snapshots.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
A list of snapshots.
|
Copyright © 2014. All rights reserved.