Uses of Interface
org.jclouds.location.suppliers.RegionIdToZoneIdsSupplier
- 
Packages that use RegionIdToZoneIdsSupplier Package Description org.jclouds.ec2.suppliers org.jclouds.location.config org.jclouds.location.suppliers.fromconfig  - 
- 
Uses of RegionIdToZoneIdsSupplier in org.jclouds.ec2.suppliers
Classes in org.jclouds.ec2.suppliers that implement RegionIdToZoneIdsSupplier Modifier and Type Class Description classDescribeAvailabilityZonesInRegion - 
Uses of RegionIdToZoneIdsSupplier in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type RegionIdToZoneIdsSupplier Modifier and Type Method Description protected com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>>LocationModule. regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToZoneIdsSupplier uncached) - 
Uses of RegionIdToZoneIdsSupplier in org.jclouds.location.suppliers.fromconfig
Classes in org.jclouds.location.suppliers.fromconfig that implement RegionIdToZoneIdsSupplier Modifier and Type Class Description classRegionIdToZoneIdsFromConfigurationlooks for properties bound to the naming convention jclouds.location.region.regionId.zones 
 -