Uses of Class
org.jclouds.location.Region

Packages that use Region
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.derived   
org.jclouds.location.suppliers.fromconfig   
org.jclouds.location.suppliers.implicit   
 

Uses of Region in org.jclouds.location.config
 

Methods in org.jclouds.location.config with annotations of type Region
protected  com.google.common.base.Supplier<String> LocationModule.implicitRegionIdSupplier(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached)
           
protected  com.google.common.base.Supplier<Set<String>> LocationModule.regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdsSupplier uncached)
           
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> LocationModule.regionIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached)
           
 

Uses of Region in org.jclouds.location.functions
 

Constructor parameters in org.jclouds.location.functions with annotations of type Region
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.all
 

Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Region
RegionToProviderOrJustProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)
           
 

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

Constructor parameters in org.jclouds.location.suppliers.derived with annotations of type Region
RegionIdsFromRegionIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier)
           
 

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

Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Region
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)
           
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
 

Uses of Region in org.jclouds.location.suppliers.implicit
 

Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Region
GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.