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

Packages that use DescribeImagesResult
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 DescribeImagesResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeImagesResult
 DescribeImagesResult AmazonEC2.describeImages()
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 DescribeImagesResult AmazonEC2Client.describeImages()
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 DescribeImagesResult AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest)
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 DescribeImagesResult AmazonEC2Client.describeImages(DescribeImagesRequest describeImagesRequest)
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeImagesResult
 Future<DescribeImagesResult> AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 Future<DescribeImagesResult> AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
           The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeImagesResult
 DescribeImagesResult DescribeImagesResult.withImages(Collection<Image> images)
          The list of the described AMIs.
 DescribeImagesResult DescribeImagesResult.withImages(Image... images)
          The list of the described AMIs.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.