Uses of Interface
org.jclouds.location.suppliers.ZoneIdsSupplier
-
Packages that use ZoneIdsSupplier Package Description org.jclouds.location.config org.jclouds.location.suppliers.derived org.jclouds.location.suppliers.fromconfig -
-
Uses of ZoneIdsSupplier in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type ZoneIdsSupplier Modifier and Type Method Description protected com.google.common.base.Supplier<Set<String>>
LocationModule. zoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdFilter filter, ZoneIdsSupplier uncached)
-
Uses of ZoneIdsSupplier in org.jclouds.location.suppliers.derived
Classes in org.jclouds.location.suppliers.derived that implement ZoneIdsSupplier Modifier and Type Class Description class
ZoneIdsFromRegionIdToZoneIdsValues
As opposed to via properties, lets look up zones via api, as they are more likely to change.class
ZoneIdsFromZoneIdToURIKeySet
As opposed to via properties, lets look up zones via api, as they are more likely to change. -
Uses of ZoneIdsSupplier in org.jclouds.location.suppliers.fromconfig
Classes in org.jclouds.location.suppliers.fromconfig that implement ZoneIdsSupplier Modifier and Type Class Description class
ZoneIdsFromConfiguration
looks for properties bound to the naming convention jclouds.zones
-