Uses of Class
org.jclouds.location.Iso3166

Packages that use Iso3166
org.jclouds.deltacloud.compute.functions   
org.jclouds.location.config   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.fromconfig   
org.jclouds.rest.config   
org.jclouds.rest.internal   
org.jclouds.savvis.vpdc.compute.functions   
 

Uses of Iso3166 in org.jclouds.deltacloud.compute.functions
 

Constructor parameters in org.jclouds.deltacloud.compute.functions with annotations of type Iso3166
RealmToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint)
           
 

Uses of Iso3166 in org.jclouds.location.config
 

Methods in org.jclouds.location.config with annotations of type Iso3166
protected  com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> LocationModule.isoCodesSupplier(AtomicReference<AuthorizationException> authException, long seconds, LocationIdToIso3166CodesSupplier uncached)
           
 

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

Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Iso3166
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
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 Iso3166 in org.jclouds.location.suppliers.fromconfig
 

Methods in org.jclouds.location.suppliers.fromconfig with annotations of type Iso3166
 Map<String,com.google.common.base.Supplier<Set<String>>> LocationIdToIso3166CodesFromConfiguration.get()
           
 

Uses of Iso3166 in org.jclouds.rest.config
 

Methods in org.jclouds.rest.config with annotations of type Iso3166
protected  Set<String> BindPropertiesToAnnotations.bindIsoCodes(String in)
           
 

Uses of Iso3166 in org.jclouds.rest.internal
 

Constructor parameters in org.jclouds.rest.internal with annotations of type Iso3166
RestContextImpl(Closer closer, Map<String,Credentials> credentialStore, Utils utils, com.google.inject.Injector injector, com.google.inject.TypeLiteral<S> syncApi, com.google.inject.TypeLiteral<A> asyncApi, com.google.common.base.Supplier<URI> endpoint, String provider, String identity, String apiVersion, String buildVersion, Set<String> iso3166Codes)
           
 

Uses of Iso3166 in org.jclouds.savvis.vpdc.compute.functions
 

Constructor parameters in org.jclouds.savvis.vpdc.compute.functions with annotations of type Iso3166
NetworkToLocation(Set<String> isoCodes, String providerName, com.google.common.base.Supplier<URI> endpoint, VPDCClient client)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.