Uses of Class
com.amazonaws.services.elasticache.model.DescribeSnapshotsRequest
-
Packages that use DescribeSnapshotsRequest Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type DescribeSnapshotsRequest Modifier and Type Method Description DescribeSnapshotsResult
AbstractAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest request)
DescribeSnapshotsResult
AmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots action returns information about cache cluster snapshots.DescribeSnapshotsResult
AmazonElastiCacheClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots action returns information about cache cluster snapshots.Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Future<DescribeSnapshotsResult>
AmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots action returns information about cache cluster snapshots.Future<DescribeSnapshotsResult>
AmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots action returns information about cache cluster snapshots.Future<DescribeSnapshotsResult>
AmazonElastiCacheAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request)
Future<DescribeSnapshotsResult>
AmazonElastiCacheAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeSnapshotsRequest Modifier and Type Method Description Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Future<DescribeSnapshotsResult>
AmazonElastiCacheAsync. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
The DescribeSnapshots action returns information about cache cluster snapshots.Future<DescribeSnapshotsResult>
AmazonElastiCacheAsyncClient. describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.Future<DescribeSnapshotsResult>
AmazonElastiCacheAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return DescribeSnapshotsRequest Modifier and Type Method Description DescribeSnapshotsRequest
DescribeSnapshotsRequest. clone()
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 tosystem
, the output shows snapshots that were automatically created by ElastiCache.
-