Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeVolumeStatusResult |
AmazonEC2.describeVolumeStatus()
Describes the status of the specified volumes.
|
DescribeVolumeStatusResult |
AmazonEC2Client.describeVolumeStatus()
Describes the status of the specified volumes.
|
DescribeVolumeStatusResult |
AmazonEC2.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
DescribeVolumeStatusResult |
AmazonEC2Client.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.