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

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

Methods in com.amazonaws.services.ec2 with parameters of type DescribeVolumesRequest
 DescribeVolumesResult AmazonEC2.describeVolumes(DescribeVolumesRequest describeVolumesRequest)
           Describes the status of the indicated or, in lieu of any specified, all volumes belonging to the caller.
 DescribeVolumesResult AmazonEC2Client.describeVolumes(DescribeVolumesRequest describeVolumesRequest)
           Describes the status of the indicated or, in lieu of any specified, all volumes belonging to the caller.
 Future<DescribeVolumesResult> AmazonEC2AsyncClient.describeVolumesAsync(DescribeVolumesRequest describeVolumesRequest)
           Describes the status of the indicated or, in lieu of any specified, all volumes belonging to the caller.
 Future<DescribeVolumesResult> AmazonEC2Async.describeVolumesAsync(DescribeVolumesRequest describeVolumesRequest)
           Describes the status of the indicated or, in lieu of any specified, all volumes belonging to the caller.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeVolumesRequest
 DescribeVolumesRequest DescribeVolumesRequest.withVolumeIds(Collection<String> volumeIds)
          The optional list of EBS volumes to describe.
 DescribeVolumesRequest DescribeVolumesRequest.withVolumeIds(String... volumeIds)
          The optional list of EBS volumes to describe.
 



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