Uses of Interface
org.jclouds.location.suppliers.ZoneIdToURISupplier
-
Packages that use ZoneIdToURISupplier Package Description org.jclouds.location.config org.jclouds.location.suppliers org.jclouds.location.suppliers.derived org.jclouds.location.suppliers.fromconfig -
-
Uses of ZoneIdToURISupplier in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type ZoneIdToURISupplier Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>
LocationModule. zoneIdToURISupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdToURISupplier uncached)
-
Uses of ZoneIdToURISupplier in org.jclouds.location.suppliers
Methods in org.jclouds.location.suppliers that return ZoneIdToURISupplier Modifier and Type Method Description ZoneIdToURISupplier
ZoneIdToURISupplier.Factory. createForApiTypeAndVersion(String apiType, String apiVersion)
-
Uses of ZoneIdToURISupplier in org.jclouds.location.suppliers.derived
Classes in org.jclouds.location.suppliers.derived that implement ZoneIdToURISupplier Modifier and Type Class Description class
ZoneIdToURIFromJoinOnRegionIdToURI
-
Uses of ZoneIdToURISupplier in org.jclouds.location.suppliers.fromconfig
Classes in org.jclouds.location.suppliers.fromconfig that implement ZoneIdToURISupplier Modifier and Type Class Description class
ZoneIdToURIFromConfigurationOrDefaultToProvider
looks for properties bound to the naming convention jclouds.zone.zoneId
.endpoint
-