Uses of Class
org.jclouds.ec2.compute.functions.EC2ImageParser
- 
Packages that use EC2ImageParser Package Description org.jclouds.aws.ec2.compute.suppliers org.jclouds.ec2.compute.loaders org.jclouds.ec2.compute.suppliers  - 
- 
Uses of EC2ImageParser in org.jclouds.aws.ec2.compute.suppliers
Constructors in org.jclouds.aws.ec2.compute.suppliers with parameters of type EC2ImageParser Constructor Description CallForImages(DescribeImagesParallel describer, EC2ImageParser parser, Iterable<String> regions, com.google.common.collect.Multimap<String,String> filter) - 
Uses of EC2ImageParser in org.jclouds.ec2.compute.loaders
Constructors in org.jclouds.ec2.compute.loaders with parameters of type EC2ImageParser Constructor Description RegionAndIdToImage(EC2ImageParser parser, EC2Api sync) - 
Uses of EC2ImageParser in org.jclouds.ec2.compute.suppliers
Constructors in org.jclouds.ec2.compute.suppliers with parameters of type EC2ImageParser Constructor Description EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, EC2ImageParser parser) 
 -