| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVolumeStatusResponse |
EC2Client.describeVolumeStatus()
Describes the status of the specified volumes.
|
default DescribeVolumeStatusResponse |
EC2Client.describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusResponse |
EC2Client.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeVolumeStatusResponse> |
EC2AsyncClient.describeVolumeStatus()
Describes the status of the specified volumes.
|
default CompletableFuture<DescribeVolumeStatusResponse> |
EC2AsyncClient.describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default CompletableFuture<DescribeVolumeStatusResponse> |
EC2AsyncClient.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeVolumeStatusResponse> |
DescribeVolumeStatusPaginator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumeStatusResponse |
DescribeVolumeStatusResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.