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

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

Methods in com.amazonaws.services.ec2 that return DescribeVolumeStatusResult
 DescribeVolumeStatusResult AmazonEC2Client.describeVolumeStatus()
           Describes the status of the specified volumes.
 DescribeVolumeStatusResult AmazonEC2.describeVolumeStatus()
           Describes the status of the specified volumes.
 DescribeVolumeStatusResult AmazonEC2Client.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
           Describes the status of the specified volumes.
 DescribeVolumeStatusResult AmazonEC2.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
           Describes the status of the specified volumes.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVolumeStatusResult
 Future<DescribeVolumeStatusResult> AmazonEC2AsyncClient.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest)
           Describes the status of the specified volumes.
 Future<DescribeVolumeStatusResult> AmazonEC2Async.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest)
           Describes the status of the specified volumes.
 Future<DescribeVolumeStatusResult> AmazonEC2AsyncClient.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest,DescribeVolumeStatusResult> asyncHandler)
           Describes the status of the specified volumes.
 Future<DescribeVolumeStatusResult> AmazonEC2Async.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest,DescribeVolumeStatusResult> asyncHandler)
           Describes the status of the specified volumes.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeVolumeStatusResult
 Future<DescribeVolumeStatusResult> AmazonEC2AsyncClient.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest,DescribeVolumeStatusResult> asyncHandler)
           Describes the status of the specified volumes.
 Future<DescribeVolumeStatusResult> AmazonEC2Async.describeVolumeStatusAsync(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest,DescribeVolumeStatusResult> asyncHandler)
           Describes the status of the specified volumes.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeVolumeStatusResult
 DescribeVolumeStatusResult DescribeVolumeStatusResult.withNextToken(String nextToken)
          The next paginated set of results to return.
 DescribeVolumeStatusResult DescribeVolumeStatusResult.withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
          A list of volumes.
 DescribeVolumeStatusResult DescribeVolumeStatusResult.withVolumeStatuses(VolumeStatusItem... volumeStatuses)
          A list of volumes.
 



Copyright © 2016. All rights reserved.