Uses of Class
com.amazonaws.services.elasticache.model.DescribeSnapshotsResult
-
Packages that use DescribeSnapshotsResult Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of DescribeSnapshotsResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return DescribeSnapshotsResult Modifier and Type Method Description DescribeSnapshotsResult
AbstractAmazonElastiCache. describeSnapshots()
DescribeSnapshotsResult
AbstractAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest request)
DescribeSnapshotsResult
AmazonElastiCache. describeSnapshots()
Simplified method form for invoking the DescribeSnapshots operation.DescribeSnapshotsResult
AmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots action returns information about cache cluster snapshots.DescribeSnapshotsResult
AmazonElastiCacheClient. describeSnapshots()
DescribeSnapshotsResult
AmazonElastiCacheClient. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
The DescribeSnapshots action returns information about cache cluster snapshots.Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeSnapshotsResult Modifier and Type Method Description Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.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)
Future<DescribeSnapshotsResult>
AbstractAmazonElastiCacheAsync. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Future<DescribeSnapshotsResult>
AmazonElastiCacheAsync. 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>
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()
Simplified method form for invoking the DescribeSnapshots operation.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)
Future<DescribeSnapshotsResult>
AmazonElastiCacheAsyncClient. describeSnapshotsAsync(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeSnapshotsResult 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 DescribeSnapshotsResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return DescribeSnapshotsResult Modifier and Type Method Description DescribeSnapshotsResult
DescribeSnapshotsResult. clone()
DescribeSnapshotsResult
DescribeSnapshotsResult. withMarker(String marker)
An optional marker returned from a prior request.DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Snapshot... snapshots)
A list of snapshots.DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
-