Uses of Class
org.jclouds.location.Iso3166
- 
Packages that use Iso3166 Package Description org.jclouds.location.config org.jclouds.location.suppliers.all org.jclouds.location.suppliers.fromconfig  - 
- 
Uses of Iso3166 in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Iso3166 Modifier and Type Method Description 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 Constructor Description JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)RegionToProvider(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)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 Modifier and Type Method Description Map<String,com.google.common.base.Supplier<Set<String>>>LocationIdToIso3166CodesFromConfiguration. get() 
 -