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