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

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

Uses of ZoneIdsSupplier in org.jclouds.location.config
 

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

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

Classes in org.jclouds.location.suppliers.derived that implement ZoneIdsSupplier
 class ZoneIdsFromRegionIdToZoneIdsValues
          as opposed to via properties, lets look up zones via api, as they are more likely to change
 class ZoneIdsFromZoneIdToURIKeySet
          as opposed to via properties, lets look up zones via api, as they are more likely to change
 

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

Classes in org.jclouds.location.suppliers.fromconfig that implement ZoneIdsSupplier
 class ZoneIdsFromConfiguration
          looks for properties bound to the naming convention jclouds.zones
 



Copyright © 2009-2013 jclouds. All Rights Reserved.