| 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 DescribeImagesResponse |
EC2Client.describeImages(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
|
default CompletableFuture<DescribeImagesResponse> |
EC2AsyncClient.describeImages(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeImagesRequest> |
DescribeImagesRequestMarshaller.marshall(DescribeImagesRequest describeImagesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeImagesRequest> |
DescribeImagesRequestMarshaller.marshall(DescribeImagesRequest describeImagesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeImagesRequest> |
EC2ClientWaiters.imageAvailable()
Builds a ImageAvailable 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<DescribeImagesRequest> |
EC2ClientWaiters.imageExists()
Builds a ImageExists 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 |
|---|---|
DescribeImagesResponse |
DescribeImagesFunction.apply(DescribeImagesRequest describeImagesRequest)
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.