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

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

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

Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type Bucket
 org.jclouds.blobstore.domain.StorageMetadata BucketToStorageMetadata.apply(Bucket from)
           
 

Uses of Bucket in org.jclouds.googlecloudstorage.domain
 

Methods in org.jclouds.googlecloudstorage.domain that return Bucket
 Bucket Bucket.Builder.build()
           
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type Bucket
 Bucket.Builder Bucket.Builder.fromBucket(Bucket in)
           
 

Uses of Bucket in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features that return Bucket
 Bucket BucketApi.createBucket(String projectId, BucketTemplate bucketTemplate)
          Creates a new bucket
 Bucket BucketApi.createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)
          Creates a new Bucket
 Bucket BucketApi.getBucket(String bucketName)
          Returns metadata for the specified bucket.
 Bucket BucketApi.getBucket(String bucketName, GetBucketOptions options)
          Returns metadata for the specified bucket
 Bucket BucketApi.patchBucket(String bucketName, BucketTemplate bucketTemplate)
          Updates a bucket supporting patch semantics.
 Bucket BucketApi.patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
          Updates a bucket supporting patch semantics.
 Bucket BucketApi.updateBucket(String bucketName, BucketTemplate bucketTemplate)
          Updates a bucket
 Bucket BucketApi.updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
          Updates a bucket
 

Methods in org.jclouds.googlecloudstorage.features that return types with arguments of type Bucket
 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.