Uses of Class
org.jclouds.ec2.domain.Image

Packages that use Image
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
org.jclouds.ec2.xml   
 

Uses of Image in org.jclouds.ec2.compute.functions
 

Methods in org.jclouds.ec2.compute.functions with parameters of type Image
 org.jclouds.compute.domain.Image EC2ImageParser.apply(Image from)
           
 

Uses of Image in org.jclouds.ec2.compute.strategy
 

Methods in org.jclouds.ec2.compute.strategy that return Image
 Image EC2GetImageStrategy.getImageInRegion(String region, String id)
           
 

Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type Image
 Iterable<? extends Image> DescribeImagesParallel.apply(Iterable<Map.Entry<String,DescribeImagesOptions>> queries)
           
 

Methods in org.jclouds.ec2.compute.strategy with parameters of type Image
 void ReviseParsedImage.reviseParsedImage(Image from, org.jclouds.compute.domain.ImageBuilder builder, org.jclouds.compute.domain.OsFamily family, org.jclouds.compute.domain.OperatingSystem.Builder osBuilder)
           
 void ReviseParsedImage.NoopReviseParsedImage.reviseParsedImage(Image from, org.jclouds.compute.domain.ImageBuilder builder, org.jclouds.compute.domain.OsFamily family, org.jclouds.compute.domain.OperatingSystem.Builder osBuilder)
           
 

Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Image
EC2GetImageStrategy(EC2Api client, com.google.common.base.Function<Image,org.jclouds.compute.domain.Image> imageToImage)
           
 

Uses of Image in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain with parameters of type Image
 int Image.compareTo(Image o)
          
 

Uses of Image in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features that return types with arguments of type Image
 Set<? extends Image> AMIApi.describeImagesInRegion(String region, DescribeImagesOptions... options)
          Returns information about AMIs, AKIs, and ARIs.
 Set<? extends Image> AMIApi.describeImagesInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter, DescribeImagesOptions... options)
          Returns information about AMIs, AKIs, and ARIs.
 

Uses of Image in org.jclouds.ec2.xml
 

Fields in org.jclouds.ec2.xml with type parameters of type Image
protected  Set<Image> DescribeImagesResponseHandler.contents
           
 

Methods in org.jclouds.ec2.xml that return types with arguments of type Image
 Set<Image> DescribeImagesResponseHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.