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

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

Methods in com.amazonaws.services.ec2 that return DescribeVolumesResult
 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.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVolumesResult
 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 DescribeVolumesResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeVolumesResult
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
          The list of described EBS volumes.
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Volume... volumes)
          The list of described EBS volumes.
 



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