| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeImagesResponse |
Ec2Client.describeImages()
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default DescribeImagesResponse |
Ec2Client.describeImages(Consumer<DescribeImagesRequest.Builder> 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 |
|---|---|
default CompletableFuture<DescribeImagesResponse> |
Ec2AsyncClient.describeImages()
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default CompletableFuture<DescribeImagesResponse> |
Ec2AsyncClient.describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
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.
|
Copyright © 2020. All rights reserved.