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

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

Uses of ListPage in org.jclouds.googlecloudstorage.blobstore.functions
 

Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type ListPage
 org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> ObjectListToStorageMetadata.apply(ListPage<GCSObject> from)
           
 

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
 ListPage<GCSObject> ObjectApi.listObjects(String bucketName)
          Retrieves a list of objects matching the criteria.
 ListPage<GCSObject> ObjectApi.listObjects(String bucketName, ListObjectOptions options)
          Retrieves a list of objects matching the criteria.
 



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