Uses of Class
com.amazonaws.services.elasticache.model.DescribeSnapshotsRequest
Packages that use DescribeSnapshotsRequest
-
Uses of DescribeSnapshotsRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.describeSnapshots
(DescribeSnapshotsRequest request) AmazonElastiCache.describeSnapshots
(DescribeSnapshotsRequest describeSnapshotsRequest) The DescribeSnapshots action returns information about cache cluster snapshots.AmazonElastiCacheClient.describeSnapshots
(DescribeSnapshotsRequest describeSnapshotsRequest) The DescribeSnapshots action returns information about cache cluster snapshots.AbstractAmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest request) AbstractAmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) AmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest describeSnapshotsRequest) The DescribeSnapshots action returns information about cache cluster snapshots.AmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) The DescribeSnapshots action returns information about cache cluster snapshots.AmazonElastiCacheAsyncClient.describeSnapshotsAsync
(DescribeSnapshotsRequest request) AmazonElastiCacheAsyncClient.describeSnapshotsAsync
(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.describeSnapshotsAsync
(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AbstractAmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest request, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) AmazonElastiCacheAsync.describeSnapshotsAsync
(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.AmazonElastiCacheAsync.describeSnapshotsAsync
(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) The DescribeSnapshots action returns information about cache cluster snapshots.AmazonElastiCacheAsyncClient.describeSnapshotsAsync
(AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.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 DescribeSnapshotsRequestModifier and TypeMethodDescriptionDescribeSnapshotsRequest.clone()
DescribeSnapshotsRequest.withCacheClusterId
(String cacheClusterId) A user-supplied cluster identifier.DescribeSnapshotsRequest.withMarker
(String marker) An optional marker returned from a prior request.DescribeSnapshotsRequest.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.DescribeSnapshotsRequest.withSnapshotName
(String snapshotName) A user-supplied name of the snapshot.DescribeSnapshotsRequest.withSnapshotSource
(String snapshotSource) If set tosystem
, the output shows snapshots that were automatically created by ElastiCache.