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

Packages that use Address
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Address in org.jclouds.googlecomputeengine.domain
 

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

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Address
 Address.Builder Address.Builder.fromAddress(Address in)
           
 

Uses of Address in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Address
 Address AddressApi.getInRegion(String region, String addressName)
          Returns the specified address resource.
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Address
 ListPage<Address> AddressApi.listAtMarkerInRegion(String region, String marker)
           
 ListPage<Address> AddressApi.listAtMarkerInRegion(String region, String marker, ListOptions listOptions)
          Retrieves the listPage of address resources contained within the specified project and region.
 ListPage<Address> AddressApi.listFirstPageInRegion(String region)
           
 org.jclouds.collect.PagedIterable<Address> AddressApi.listInRegion(String region)
          A paged version of AddressApi#listPageInRegion(String)
 org.jclouds.collect.PagedIterable<Address> AddressApi.listInRegion(String region, ListOptions options)
           
 

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

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



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