Uses of Class
com.amazonaws.services.ec2.model.DescribeVolumeStatusResult
Packages that use DescribeVolumeStatusResult
-
Uses of DescribeVolumeStatusResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeVolumeStatusResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeVolumeStatus()
AbstractAmazonEC2.describeVolumeStatus
(DescribeVolumeStatusRequest request) AmazonEC2.describeVolumeStatus()
Simplified method form for invoking the DescribeVolumeStatus operation.AmazonEC2.describeVolumeStatus
(DescribeVolumeStatusRequest describeVolumeStatusRequest) Describes the status of the specified volumes.AmazonEC2Client.describeVolumeStatus()
AmazonEC2Client.describeVolumeStatus
(DescribeVolumeStatusRequest describeVolumeStatusRequest) Describes the status of the specified volumes.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVolumeStatusResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVolumeStatusAsync()
Simplified method form for invoking the DescribeVolumeStatus operation.AbstractAmazonEC2Async.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AbstractAmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request) AbstractAmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) AmazonEC2Async.describeVolumeStatusAsync()
Simplified method form for invoking the DescribeVolumeStatus operation.AmazonEC2Async.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest describeVolumeStatusRequest) Describes the status of the specified volumes.AmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Describes the status of the specified volumes.AmazonEC2AsyncClient.describeVolumeStatusAsync()
Simplified method form for invoking the DescribeVolumeStatus operation.AmazonEC2AsyncClient.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AmazonEC2AsyncClient.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request) AmazonEC2AsyncClient.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeVolumeStatusResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AbstractAmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) AmazonEC2Async.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AmazonEC2Async.describeVolumeStatusAsync
(DescribeVolumeStatusRequest describeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Describes the status of the specified volumes.AmazonEC2AsyncClient.describeVolumeStatusAsync
(AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) Simplified method form for invoking the DescribeVolumeStatus operation with an AsyncHandler.AmazonEC2AsyncClient.describeVolumeStatusAsync
(DescribeVolumeStatusRequest request, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult> asyncHandler) -
Uses of DescribeVolumeStatusResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeVolumeStatusResultModifier and TypeMethodDescriptionDescribeVolumeStatusResult.clone()
DescribeVolumeStatusResult.withNextToken
(String nextToken) The token to use to retrieve the next page of results.DescribeVolumeStatusResult.withVolumeStatuses
(VolumeStatusItem... volumeStatuses) A list of volumes.DescribeVolumeStatusResult.withVolumeStatuses
(Collection<VolumeStatusItem> volumeStatuses) A list of volumes.