Uses of Interface
org.jclouds.location.suppliers.LocationsSupplier
- 
Packages that use LocationsSupplier Package Description org.jclouds.compute.config org.jclouds.location.config org.jclouds.location.suppliers.all  - 
- 
Uses of LocationsSupplier in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return LocationsSupplier Modifier and Type Method Description protected LocationsSupplierComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule. supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter, com.google.common.base.Function<L,Location> transformer) - 
Uses of LocationsSupplier in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type LocationsSupplier Modifier and Type Method Description protected com.google.common.base.Supplier<Set<? extends Location>>LocationModule. memoizedLocationsSupplier(AtomicReference<AuthorizationException> authException, long seconds, LocationsSupplier uncached) - 
Uses of LocationsSupplier in org.jclouds.location.suppliers.all
Classes in org.jclouds.location.suppliers.all that implement LocationsSupplier Modifier and Type Class Description classRegionToProviderclassZoneToProviderclassZoneToRegionToProviderOrJustProvider 
 -