Uses of Class
org.jclouds.ec2.domain.Image
-
-
Uses of Image in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type Image Modifier and Type Method Description void
AWSEC2ReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
-
Uses of Image in org.jclouds.ec2.compute.functions
Methods in org.jclouds.ec2.compute.functions with parameters of type Image Modifier and Type Method Description Image
EC2ImageParser. apply(Image from)
-
Uses of Image in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy that return Image Modifier and Type Method Description Image
EC2GetImageStrategy. getImageInRegion(String region, String id)
Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type Image Modifier and Type Method Description Iterable<? extends Image>
DescribeImagesParallel. apply(Iterable<Map.Entry<String,DescribeImagesOptions>> queries)
Methods in org.jclouds.ec2.compute.strategy with parameters of type Image Modifier and Type Method Description void
ReviseParsedImage.NoopReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
void
ReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type Image Constructor Description EC2GetImageStrategy(EC2Api client, com.google.common.base.Function<Image,Image> imageToImage)
-
Uses of Image in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain with parameters of type Image Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected Set<Image>
DescribeImagesResponseHandler. contents
Methods in org.jclouds.ec2.xml that return types with arguments of type Image Modifier and Type Method Description Set<Image>
DescribeImagesResponseHandler. getResult()
-
Uses of Image in org.jclouds.openstack.nova.ec2.strategy
Methods in org.jclouds.openstack.nova.ec2.strategy with parameters of type Image Modifier and Type Method Description void
NovaReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
-
Uses of Image in org.jclouds.openstack.nova.ec2.xml
Methods in org.jclouds.openstack.nova.ec2.xml that return types with arguments of type Image Modifier and Type Method Description Set<Image>
NovaDescribeImagesResponseHandler. getResult()
-