Uses of Class
com.xerox.amazonws.ec2.ImageDescription

Packages that use ImageDescription
com.xerox.amazonws.ec2   
 

Uses of ImageDescription in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type ImageDescription
 List<ImageDescription> Jec2.describeImages(List<String> imageIds)
          Describe the given AMIs.
 List<ImageDescription> Jec2.describeImages(List<String> imageIds, List<String> owners, List<String> users)
          Describe the AMIs that match the intersection of the criteria supplied
protected  List<ImageDescription> Jec2.describeImages(Map<String,String> params)
           
 List<ImageDescription> Jec2.describeImages(String[] imageIds)
          Describe the given AMIs.
 List<ImageDescription> Jec2.describeImagesByExecutability(List<String> users)
          Describe the AMIs executable by supplied users.
 List<ImageDescription> Jec2.describeImagesByOwner(List<String> owners)
          Describe the AMIs belonging to the supplied owners.