Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeImagesRequest
-
Packages that use DescribeImagesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform software.amazon.awssdk.services.ec2.waiters -
-
Uses of DescribeImagesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeImagesRequest Modifier and Type Method 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 DescribeImagesResponseEc2Client. describeImages(DescribeImagesRequest describeImagesRequest)Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.default DescribeImagesPublisherEc2AsyncClient. describeImagesPaginator(DescribeImagesRequest describeImagesRequest)This is a variant ofEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)operation.default DescribeImagesIterableEc2Client. describeImagesPaginator(DescribeImagesRequest describeImagesRequest)This is a variant ofEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)operation. -
Uses of DescribeImagesRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeImagesRequest Constructor Description DescribeImagesIterable(Ec2Client client, DescribeImagesRequest firstRequest)DescribeImagesPublisher(Ec2AsyncClient client, DescribeImagesRequest firstRequest) -
Uses of DescribeImagesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeImagesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeImagesRequestMarshaller. marshall(DescribeImagesRequest describeImagesRequest) -
Uses of DescribeImagesRequest in software.amazon.awssdk.services.ec2.waiters
Methods in software.amazon.awssdk.services.ec2.waiters with parameters of type DescribeImagesRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<DescribeImagesResponse>>Ec2AsyncWaiter. waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest)PollsEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeImagesResponse>>Ec2AsyncWaiter. waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeImagesResponse>Ec2Waiter. waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest)PollsEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageAvailableis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeImagesResponse>Ec2Waiter. waitUntilImageAvailable(DescribeImagesRequest describeImagesRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageAvailableis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeImagesResponse>>Ec2AsyncWaiter. waitUntilImageExists(DescribeImagesRequest describeImagesRequest)PollsEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<DescribeImagesResponse>>Ec2AsyncWaiter. waitUntilImageExists(DescribeImagesRequest describeImagesRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeImagesResponse>Ec2Waiter. waitUntilImageExists(DescribeImagesRequest describeImagesRequest)PollsEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<DescribeImagesResponse>Ec2Waiter. waitUntilImageExists(DescribeImagesRequest describeImagesRequest, WaiterOverrideConfiguration overrideConfig)PollsEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)API until the desired conditionImageExistsis met, or until it is determined that the resource will never enter into the desired state
-