Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
AbstractAmazonElastiCache.describeSnapshots() |
DescribeSnapshotsResult |
AmazonElastiCacheClient.describeSnapshots() |
DescribeSnapshotsResult |
AmazonElastiCache.describeSnapshots()
Simplified method form for invoking the DescribeSnapshots operation.
|
DescribeSnapshotsResult |
AbstractAmazonElastiCache.describeSnapshots(DescribeSnapshotsRequest request) |
DescribeSnapshotsResult |
AmazonElastiCacheClient.describeSnapshots(DescribeSnapshotsRequest request)
Returns information about cluster or replication group snapshots.
|
DescribeSnapshotsResult |
AmazonElastiCache.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonElastiCacheAsync.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonElastiCacheAsync.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Returns information about cluster or replication group snapshots.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Returns information about cluster or replication group snapshots.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Future<DescribeSnapshotsResult> |
AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.clone() |
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 © 2018. All rights reserved.