Uses of Interface
org.jclouds.location.suppliers.RegionIdsSupplier

Packages that use RegionIdsSupplier
org.jclouds.location.config   
org.jclouds.location.suppliers.derived   
org.jclouds.location.suppliers.fromconfig   
 

Uses of RegionIdsSupplier in org.jclouds.location.config
 

Methods in org.jclouds.location.config with parameters of type RegionIdsSupplier
protected  com.google.common.base.Supplier<Set<String>> LocationModule.regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdsSupplier uncached)
           
 

Uses of RegionIdsSupplier in org.jclouds.location.suppliers.derived
 

Classes in org.jclouds.location.suppliers.derived that implement RegionIdsSupplier
 class RegionIdsFromRegionIdToURIKeySet
          as opposed to via properties, lets look up regions via api, as they are more likely to change
 

Uses of RegionIdsSupplier in org.jclouds.location.suppliers.fromconfig
 

Classes in org.jclouds.location.suppliers.fromconfig that implement RegionIdsSupplier
 class RegionIdsFromConfiguration
          looks for properties bound to the naming convention jclouds.regions
 



Copyright © 2009-2012 jclouds. All Rights Reserved.