Uses of Class
org.jclouds.googlecomputeengine.domain.Region

Packages that use Region
org.jclouds.googlecomputeengine.compute.config   
org.jclouds.googlecomputeengine.compute.functions   
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Region in org.jclouds.googlecomputeengine.compute.config
 

Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type Region
 com.google.common.base.Supplier<Map<URI,Region>> GoogleComputeEngineServiceContextModule.provideRegions(AtomicReference<org.jclouds.rest.AuthorizationException> authException, GoogleComputeEngineApi api, com.google.common.base.Supplier<String> userProject, long seconds)
           
 

Uses of Region in org.jclouds.googlecomputeengine.compute.functions
 

Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Region
 org.jclouds.domain.Location RegionToLocation.apply(Region input)
           
 

Uses of Region in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Region
 Region Region.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Region
 Region.Builder Region.Builder.fromRegion(Region in)
           
 

Uses of Region in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Region
 Region RegionApi.get(String regionName)
          Returns the specified region resource
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Region
 org.jclouds.collect.PagedIterable<Region> RegionApi.list()
           
 org.jclouds.collect.PagedIterable<Region> RegionApi.list(ListOptions listOptions)
          A paged version of RegionApi#listFirstPage()
 ListPage<Region> RegionApi.listAtMarker(String marker)
           
 ListPage<Region> RegionApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of region resources available to the specified project.
 ListPage<Region> RegionApi.listFirstPage()
           
 

Uses of Region in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Region
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Region>> ParseRegions.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.