org.jclouds.aws.ec2.compute.suppliers
Class AWSRegionAndNameToImageSupplier

java.lang.Object
  extended by org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
      extended by org.jclouds.aws.ec2.compute.suppliers.AWSRegionAndNameToImageSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image>>

@Singleton
public class AWSRegionAndNameToImageSupplier
extends org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
logger
 
Method Summary
 Iterable<Map.Entry<String,org.jclouds.ec2.options.DescribeImagesOptions>> getDescribeQueriesForOwnersInRegions(Set<String> regions, String[] amiOwners)
           
 
Methods inherited from class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier
get, getOptionsForOwners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescribeQueriesForOwnersInRegions

public Iterable<Map.Entry<String,org.jclouds.ec2.options.DescribeImagesOptions>> getDescribeQueriesForOwnersInRegions(Set<String> regions,
                                                                                                                      String[] amiOwners)
Overrides:
getDescribeQueriesForOwnersInRegions in class org.jclouds.ec2.compute.suppliers.RegionAndNameToImageSupplier


Copyright © 2009-2011 jclouds. All Rights Reserved.