Uses of Class
org.jclouds.location.Region
-
Packages that use Region Package Description org.jclouds.location.config org.jclouds.location.suppliers.all 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 Modifier and Type Method Description 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, RegionIdFilter filter, 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.suppliers.all
Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Region Constructor Description 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 Region in org.jclouds.location.suppliers.fromconfig
Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Region Constructor Description 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 Constructor Description GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
-