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 DescribeSnapshotsResultAbstractAmazonElastiCache. describeSnapshots()DescribeSnapshotsResultAbstractAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest request)DescribeSnapshotsResultAmazonElastiCache. describeSnapshots()Simplified method form for invoking the DescribeSnapshots operation.DescribeSnapshotsResultAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)The DescribeSnapshots action returns information about cache cluster snapshots.DescribeSnapshotsResultAmazonElastiCacheClient. describeSnapshots()DescribeSnapshotsResultAmazonElastiCacheClient. 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 DescribeSnapshotsResultDescribeSnapshotsResult. clone()DescribeSnapshotsResultDescribeSnapshotsResult. withMarker(String marker)An optional marker returned from a prior request.DescribeSnapshotsResultDescribeSnapshotsResult. withSnapshots(Snapshot... snapshots)A list of snapshots.DescribeSnapshotsResultDescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)A list of snapshots.
-