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 DescribeSnapshotsResultAbstractAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest request)DescribeSnapshotsResultAmazonElastiCache. describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)The DescribeSnapshots action returns information about cache cluster snapshots.DescribeSnapshotsResultAmazonElastiCacheClient. 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 DescribeSnapshotsRequestDescribeSnapshotsRequest. clone()DescribeSnapshotsRequestDescribeSnapshotsRequest. withCacheClusterId(String cacheClusterId)A user-supplied cluster identifier.DescribeSnapshotsRequestDescribeSnapshotsRequest. withMarker(String marker)An optional marker returned from a prior request.DescribeSnapshotsRequestDescribeSnapshotsRequest. withMaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeSnapshotsRequestDescribeSnapshotsRequest. withSnapshotName(String snapshotName)A user-supplied name of the snapshot.DescribeSnapshotsRequestDescribeSnapshotsRequest. withSnapshotSource(String snapshotSource)If set tosystem, the output shows snapshots that were automatically created by ElastiCache.
-