Uses of Class
org.jclouds.location.Zone
- 
Packages that use Zone Package Description org.jclouds.ec2.xml org.jclouds.location.config org.jclouds.location.suppliers.fromconfig org.jclouds.openstack.nova.ec2.xml  - 
- 
Uses of Zone in org.jclouds.ec2.xml
Constructor parameters in org.jclouds.ec2.xml with annotations of type Zone Constructor Description CreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)CreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier) - 
Uses of Zone in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Zone 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)protected com.google.common.base.Supplier<Set<String>>LocationModule. zoneIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, ZoneIdFilter filter, ZoneIdsSupplier uncached)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 Zone in org.jclouds.location.suppliers.fromconfig
Methods in org.jclouds.location.suppliers.fromconfig with annotations of type Zone Modifier and Type Method Description Map<String,com.google.common.base.Supplier<Set<String>>>RegionIdToZoneIdsFromConfiguration. get()Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Zone Constructor Description ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> zoneIds) - 
Uses of Zone in org.jclouds.openstack.nova.ec2.xml
Constructor parameters in org.jclouds.openstack.nova.ec2.xml with annotations of type Zone Constructor Description NovaCreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier)NovaCreateVolumeResponseHandler(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier) 
 -