| 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 CompletableFuture<DescribeImagesResponse> |
Ec2AsyncClient.describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default DescribeImagesResponse |
Ec2Client.describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeImagesRequestMarshaller.marshall(DescribeImagesRequest describeImagesRequest) |
| Modifier and Type | Method and Description |
|---|---|
default WaiterResponse<DescribeImagesResponse> |
Ec2Waiter.waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest)
Polls
Ec2Client.describeImages() API until the desired condition ImageAvailable is met, or until it
is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeImagesResponse>> |
Ec2AsyncWaiter.waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest)
Polls
Ec2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) API until the desired condition ImageAvailable is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeImagesResponse> |
Ec2Waiter.waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2Client.describeImages() API until the desired condition ImageAvailable is met, or until it
is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeImagesResponse>> |
Ec2AsyncWaiter.waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) API until the desired condition ImageAvailable is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeImagesResponse> |
Ec2Waiter.waitUntilImageExists(DescribeImagesRequest describeImagesRequest)
Polls
Ec2Client.describeImages() API until the desired condition ImageExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeImagesResponse>> |
Ec2AsyncWaiter.waitUntilImageExists(DescribeImagesRequest describeImagesRequest)
Polls
Ec2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) API until the desired condition ImageExists is met, or until
it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeImagesResponse> |
Ec2Waiter.waitUntilImageExists(DescribeImagesRequest describeImagesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2Client.describeImages() API until the desired condition ImageExists is met, or until it is
determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeImagesResponse>> |
Ec2AsyncWaiter.waitUntilImageExists(DescribeImagesRequest describeImagesRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
Ec2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) API until the desired condition ImageExists is met, or until
it is determined that the resource will never enter into the desired state |
Copyright © 2021. All rights reserved.