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 AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes one or more of the Amazon EBS snapshots available to you.
 DescribeSnapshotsResult AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes one or more of the Amazon EBS snapshots available to you.
 Future<DescribeSnapshotsResult> AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes one or more of the Amazon EBS snapshots available to you.
 Future<DescribeSnapshotsResult> AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           Describes one or more of the Amazon EBS snapshots available to you.
 Future<DescribeSnapshotsResult> AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           Describes one or more of the Amazon EBS snapshots available to you.
 Future<DescribeSnapshotsResult> AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           Describes one or more of the Amazon EBS snapshots available to you.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotsRequest
 Future<DescribeSnapshotsResult> AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           Describes one or more of the Amazon EBS snapshots available to you.
 Future<DescribeSnapshotsResult> AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           Describes one or more of the Amazon EBS snapshots available to you.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotsRequest
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withFilters(Collection<Filter> filters)
          One or more filters.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withFilters(Filter... filters)
          One or more filters.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds)
          Returns the snapshots owned by the specified owner.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withOwnerIds(String... ownerIds)
          Returns the snapshots owned by the specified owner.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds)
          One or more AWS accounts IDs that can create volumes from the snapshot.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds)
          One or more AWS accounts IDs that can create volumes from the snapshot.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
          One or more snapshot IDs.
 DescribeSnapshotsRequest DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
          One or more snapshot IDs.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSnapshotsRequest
 Request<DescribeSnapshotsRequest> DescribeSnapshotsRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.