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

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

Uses of ListPage in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return ListPage
 ListPage<T> ListPage.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type ListPage
 ListPage.Builder<T> ListPage.Builder.fromPagedList(ListPage<T> in)
           
 

Uses of ListPage in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return ListPage
 ListPage<Zone> ZoneApi.listAtMarker(String marker)
           
 ListPage<Snapshot> SnapshotApi.listAtMarker(String marker)
           
 ListPage<Route> RouteApi.listAtMarker(String marker)
           
 ListPage<Region> RegionApi.listAtMarker(String marker)
           
 ListPage<Network> NetworkApi.listAtMarker(String marker)
           
 ListPage<Image> ImageApi.listAtMarker(String marker)
           
 ListPage<Operation> GlobalOperationApi.listAtMarker(String marker)
           
 ListPage<Firewall> FirewallApi.listAtMarker(String marker)
           
 ListPage<Zone> ZoneApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of zone resources available to the specified project.
 ListPage<Snapshot> SnapshotApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listPage of persistent disk resources contained within the specified project and zone.
 ListPage<Route> RouteApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of route resources available to the specified project.
 ListPage<Region> RegionApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of region resources available to the specified project.
 ListPage<Network> NetworkApi.listAtMarker(String marker, ListOptions options)
          Retrieves the list of persistent network resources contained within the specified project.
 ListPage<Image> ImageApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the list of image resources available to the specified project.
 ListPage<Operation> GlobalOperationApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<Firewall> FirewallApi.listAtMarker(String marker, ListOptions options)
          Retrieves the list of firewall resources available to the specified project.
 ListPage<Operation> RegionOperationApi.listAtMarkerInRegion(String region, String marker)
           
 ListPage<Address> AddressApi.listAtMarkerInRegion(String region, String marker)
           
 ListPage<Operation> RegionOperationApi.listAtMarkerInRegion(String region, String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<Address> AddressApi.listAtMarkerInRegion(String region, String marker, ListOptions listOptions)
          Retrieves the listPage of address resources contained within the specified project and region.
 ListPage<Operation> ZoneOperationApi.listAtMarkerInZone(String zone, String marker)
           
 ListPage<MachineType> MachineTypeApi.listAtMarkerInZone(String zone, String marker)
           
 ListPage<Instance> InstanceApi.listAtMarkerInZone(String zone, String marker)
           
 ListPage<Disk> DiskApi.listAtMarkerInZone(String zone, String marker)
           
 ListPage<Operation> ZoneOperationApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<MachineType> MachineTypeApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the list of machine type resources available to the specified project.
 ListPage<Instance> InstanceApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the list of instance resources available to the specified project.
 ListPage<Disk> DiskApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the listPage of persistent disk resources contained within the specified project and zone.
 ListPage<Zone> ZoneApi.listFirstPage()
           
 ListPage<Snapshot> SnapshotApi.listFirstPage()
           
 ListPage<Route> RouteApi.listFirstPage()
           
 ListPage<Region> RegionApi.listFirstPage()
           
 ListPage<Network> NetworkApi.listFirstPage()
           
 ListPage<Image> ImageApi.listFirstPage()
           
 ListPage<Operation> GlobalOperationApi.listFirstPage()
           
 ListPage<Firewall> FirewallApi.listFirstPage()
           
 ListPage<Operation> RegionOperationApi.listFirstPageInRegion(String region)
           
 ListPage<Address> AddressApi.listFirstPageInRegion(String region)
           
 ListPage<Operation> ZoneOperationApi.listFirstPageInZone(String zone)
           
 ListPage<MachineType> MachineTypeApi.listFirstPageInZone(String zone)
           
 ListPage<Instance> InstanceApi.listFirstPageInZone(String zone)
          A paged version of InstanceApi#listInZone()
 ListPage<Disk> DiskApi.listFirstPageInZone(String zone)
           
 

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

Methods in org.jclouds.googlecomputeengine.functions.internal with parameters of type ListPage
 org.jclouds.collect.PagedIterable<T> BaseWithZoneToPagedIterable.apply(ListPage<T> input)
           
 org.jclouds.collect.PagedIterable<T> BaseWithRegionToPagedIterable.apply(ListPage<T> input)
           
 org.jclouds.collect.PagedIterable<T> BaseToPagedIterable.apply(ListPage<T> input)
           
 



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