Uses of Class
org.jclouds.ec2.domain.Image
Packages that use Image
Package
Description
-
Uses of Image in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type ImageModifier and TypeMethodDescriptionvoid
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 -
Uses of Image in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy that return ImageMethods in org.jclouds.ec2.compute.strategy that return types with arguments of type ImageModifier and TypeMethodDescriptionDescribeImagesParallel.apply
(Iterable<Map.Entry<String, DescribeImagesOptions>> queries) Methods in org.jclouds.ec2.compute.strategy with parameters of type ImageModifier and TypeMethodDescriptionvoid
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 ImageModifierConstructorDescriptionprotected
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 -
Uses of Image in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type ImageModifier and TypeMethodDescriptionAMIApi.describeImagesInRegion
(String region, DescribeImagesOptions... options) Returns information about AMIs, AKIs, and ARIs.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 ImageMethods in org.jclouds.ec2.xml that return types with arguments of type Image -
Uses of Image in org.jclouds.openstack.nova.ec2.strategy
Methods in org.jclouds.openstack.nova.ec2.strategy with parameters of type ImageModifier and TypeMethodDescriptionvoid
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