Uses of Class
com.amazonaws.services.ec2.model.DescribeImagesRequest

Packages that use DescribeImagesRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DescribeImagesRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeImagesRequest
 DescribeImagesResult AmazonEC2Client.describeImages(DescribeImagesRequest describeImagesRequest)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 DescribeImagesResult AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 Future<DescribeImagesResult> AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 Future<DescribeImagesResult> AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 Future<DescribeImagesResult> AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 Future<DescribeImagesResult> AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeImagesRequest
 Future<DescribeImagesResult> AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 Future<DescribeImagesResult> AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest, AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
           Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
 

Uses of DescribeImagesRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeImagesRequest
 DescribeImagesRequest DescribeImagesRequest.withExecutableUsers(Collection<String> executableUsers)
          Scopes the images by users with explicit launch permissions.
 DescribeImagesRequest DescribeImagesRequest.withExecutableUsers(String... executableUsers)
          Scopes the images by users with explicit launch permissions.
 DescribeImagesRequest DescribeImagesRequest.withFilters(Collection<Filter> filters)
          One or more filters.
 DescribeImagesRequest DescribeImagesRequest.withFilters(Filter... filters)
          One or more filters.
 DescribeImagesRequest DescribeImagesRequest.withImageIds(Collection<String> imageIds)
          One or more image IDs.
 DescribeImagesRequest DescribeImagesRequest.withImageIds(String... imageIds)
          One or more image IDs.
 DescribeImagesRequest DescribeImagesRequest.withOwners(Collection<String> owners)
          Filters the images by the owner.
 DescribeImagesRequest DescribeImagesRequest.withOwners(String... owners)
          Filters the images by the owner.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeImagesRequest
 Request<DescribeImagesRequest> DescribeImagesRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.