Uses of Class
com.amazonaws.services.elasticache.model.DescribeSnapshotsResult

Packages that use DescribeSnapshotsResult
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of DescribeSnapshotsResult in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return DescribeSnapshotsResult
 DescribeSnapshotsResult AmazonElastiCacheClient.describeSnapshots()
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 DescribeSnapshotsResult AmazonElastiCache.describeSnapshots()
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 DescribeSnapshotsResult AmazonElastiCacheClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 DescribeSnapshotsResult AmazonElastiCache.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeSnapshotsResult
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeSnapshotsResult
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<DescribeSnapshotsResult> AmazonElastiCacheAsync.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 

Uses of DescribeSnapshotsResult in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return DescribeSnapshotsResult
 DescribeSnapshotsResult DescribeSnapshotsResult.withMarker(String marker)
          An optional marker returned from a prior request.
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
          A list of snapshots.
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
          A list of snapshots.
 



Copyright © 2016. All rights reserved.