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

Packages that use DescribeSnapshotsRequest
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 DescribeSnapshotsRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeSnapshotsRequest
 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.
 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 DescribeSnapshotsRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotsRequest
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds)
          The optional list of EBS snapshot owners.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withOwnerIds(String... ownerIds)
          The optional list of EBS snapshot owners.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds)
          The optional list of users who have permission to create volumes from the described EBS snapshots.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds)
          The optional list of users who have permission to create volumes from the described EBS snapshots.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
          The optional list of EBS snapshot IDs to describe.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
          The optional list of EBS snapshot IDs to describe.
 



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