Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeImagesRequest.Builder
Packages that use DescribeImagesRequest.Builder
Package
Description
-
Uses of DescribeImagesRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeImagesRequest.BuilderModifier and TypeMethodDescriptiondefault 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 DescribeImagesResponseEc2Client.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 DescribeImagesPublisherEc2AsyncClient.describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest) This is a variant ofEc2AsyncClient.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)operation.default DescribeImagesIterableEc2Client.describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest) This is a variant ofEc2Client.describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest)operation. -
Uses of DescribeImagesRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeImagesRequest.BuilderModifier and TypeMethodDescriptionDescribeImagesRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribeImagesRequest.Builder.executableUsers(String... executableUsers) Scopes the images by users with explicit launch permissions.DescribeImagesRequest.Builder.executableUsers(Collection<String> executableUsers) Scopes the images by users with explicit launch permissions.DescribeImagesRequest.Builder.filters(Collection<Filter> filters) The filters.DescribeImagesRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.The image IDs.DescribeImagesRequest.Builder.imageIds(Collection<String> imageIds) The image IDs.DescribeImagesRequest.Builder.includeDeprecated(Boolean includeDeprecated) Specifies whether to include deprecated AMIs.DescribeImagesRequest.Builder.includeDisabled(Boolean includeDisabled) Specifies whether to include disabled AMIs.DescribeImagesRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.DescribeImagesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeImagesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Scopes the results to images with the specified owners.DescribeImagesRequest.Builder.owners(Collection<String> owners) Scopes the results to images with the specified owners.DescribeImagesRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeImagesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeImagesRequest.Builder>DescribeImagesRequest.serializableBuilderClass() -
Uses of DescribeImagesRequest.Builder in software.amazon.awssdk.services.ec2.waiters
Method parameters in software.amazon.awssdk.services.ec2.waiters with type arguments of type DescribeImagesRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncWaiter.waitUntilImageAvailable(Consumer<DescribeImagesRequest.Builder> 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 state.Ec2AsyncWaiter.waitUntilImageAvailable(Consumer<DescribeImagesRequest.Builder> describeImagesRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default WaiterResponse<DescribeImagesResponse>Ec2Waiter.waitUntilImageAvailable(Consumer<DescribeImagesRequest.Builder> 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 state.default WaiterResponse<DescribeImagesResponse>Ec2Waiter.waitUntilImageAvailable(Consumer<DescribeImagesRequest.Builder> describeImagesRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.Ec2AsyncWaiter.waitUntilImageExists(Consumer<DescribeImagesRequest.Builder> 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 state.Ec2AsyncWaiter.waitUntilImageExists(Consumer<DescribeImagesRequest.Builder> describeImagesRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.default WaiterResponse<DescribeImagesResponse>Ec2Waiter.waitUntilImageExists(Consumer<DescribeImagesRequest.Builder> 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 state.default WaiterResponse<DescribeImagesResponse>Ec2Waiter.waitUntilImageExists(Consumer<DescribeImagesRequest.Builder> describeImagesRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.