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

Packages that use ListPage
org.jclouds.googlecloudstorage.domain   
org.jclouds.googlecloudstorage.features   
 

Uses of ListPage in org.jclouds.googlecloudstorage.domain
 

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

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

Uses of ListPage in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features that return ListPage
 ListPage<Bucket> BucketApi.listBucket(String projectId)
          Retrieves a list of buckets for a given project
 ListPage<Bucket> BucketApi.listBucket(String projectId, ListOptions options)
          Retrieves a list of buckets for a given project
 



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