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

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

Uses of DescribeSnapshotsResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeSnapshotsResult
 DescribeSnapshotsResult AmazonEC2.describeSnapshots()
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 DescribeSnapshotsResult AmazonEC2Client.describeSnapshots()
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 DescribeSnapshotsResult AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 DescribeSnapshotsResult AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSnapshotsResult
 Future<DescribeSnapshotsResult> AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 Future<DescribeSnapshotsResult> AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes the indicated snapshots, or in lieu of that, all snapshots owned by the caller.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotsResult
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
          The list of described EBS snapshots.
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
          The list of described EBS snapshots.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.