| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVolumesResponse |
EC2Client.describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes.
|
default CompletableFuture<DescribeVolumesResponse> |
EC2AsyncClient.describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVolumesRequest> |
DescribeVolumesRequestMarshaller.marshall(DescribeVolumesRequest describeVolumesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeVolumesRequest> |
DescribeVolumesRequestMarshaller.marshall(DescribeVolumesRequest describeVolumesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeVolumesRequest> |
EC2ClientWaiters.volumeAvailable()
Builds a VolumeAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVolumesRequest> |
EC2ClientWaiters.volumeDeleted()
Builds a VolumeDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVolumesRequest> |
EC2ClientWaiters.volumeInUse()
Builds a VolumeInUse waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumesResponse |
DescribeVolumesFunction.apply(DescribeVolumesRequest describeVolumesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.