Uses of Annotation Interface
org.jclouds.location.Iso3166
Packages that use Iso3166
Package
Description
-
Uses of Iso3166 in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Iso3166Modifier and TypeMethodDescriptionprotected final 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 Iso3166ModifierConstructorDescriptionJustProvider
(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