Uses of Class
com.amazonaws.services.ec2.model.DescribeImagesRequest
Packages that use DescribeImagesRequest
-
Uses of DescribeImagesRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeImagesRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeImages(DescribeImagesRequest request) AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest) Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.AmazonEC2Client.describeImages(DescribeImagesRequest describeImagesRequest) Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request) AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest) Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request) AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeImagesRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeImagesAsync(AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Simplified method form for invoking the DescribeImages operation with an AsyncHandler.AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) AmazonEC2Async.describeImagesAsync(AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Simplified method form for invoking the DescribeImages operation with an AsyncHandler.AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.AmazonEC2AsyncClient.describeImagesAsync(AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) Simplified method form for invoking the DescribeImages operation with an AsyncHandler.AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request, AsyncHandler<DescribeImagesRequest, DescribeImagesResult> asyncHandler) -
Uses of DescribeImagesRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type DescribeImagesRequestModifier and TypeClassDescriptionclassContains the parameters for DescribeImages.Methods in com.amazonaws.services.ec2.model that return DescribeImagesRequestModifier and TypeMethodDescriptionDescribeImagesRequest.clone()DescribeImagesRequest.withExecutableUsers(String... executableUsers) Scopes the images by users with explicit launch permissions.DescribeImagesRequest.withExecutableUsers(Collection<String> executableUsers) Scopes the images by users with explicit launch permissions.DescribeImagesRequest.withFilters(Filter... filters) One or more filters.DescribeImagesRequest.withFilters(Collection<Filter> filters) One or more filters.DescribeImagesRequest.withImageIds(String... imageIds) One or more image IDs.DescribeImagesRequest.withImageIds(Collection<String> imageIds) One or more image IDs.DescribeImagesRequest.withOwners(String... owners) Filters the images by the owner.DescribeImagesRequest.withOwners(Collection<String> owners) Filters the images by the owner.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeImagesRequestModifier and TypeMethodDescriptionDescribeImagesRequest.getDryRunRequest()This method is intended for internal use only.