|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeSnapshotsRequest | |
---|---|
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 DescribeSnapshotsRequest in com.amazonaws.services.elasticache |
---|
Methods in com.amazonaws.services.elasticache with parameters of type DescribeSnapshotsRequest | |
---|---|
DescribeSnapshotsResult |
AmazonElastiCacheClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots operation returns information about cache cluster snapshots. |
DescribeSnapshotsResult |
AmazonElastiCache.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. |
Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeSnapshotsRequest | |
---|---|
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. |
Uses of DescribeSnapshotsRequest in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return DescribeSnapshotsRequest | |
---|---|
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)
Indicates whether the snapshot is from an automatic backup ( automated ) or was created manually
(manual ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |