Uses of Class
org.jclouds.googlecloudstorage.options.GetBucketOptions

Packages that use GetBucketOptions
org.jclouds.googlecloudstorage.features   
org.jclouds.googlecloudstorage.options   
 

Uses of GetBucketOptions in org.jclouds.googlecloudstorage.features
 

Methods in org.jclouds.googlecloudstorage.features with parameters of type GetBucketOptions
 Bucket BucketApi.getBucket(String bucketName, GetBucketOptions options)
          Returns metadata for the specified bucket
 

Uses of GetBucketOptions in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options that return GetBucketOptions
 GetBucketOptions GetBucketOptions.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetBucketOptions GetBucketOptions.Builder.ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 GetBucketOptions GetBucketOptions.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetBucketOptions GetBucketOptions.Builder.ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 GetBucketOptions GetBucketOptions.projection(DomainResourceRefferences.Projection projection)
           
 GetBucketOptions GetBucketOptions.Builder.projection(DomainResourceRefferences.Projection projection)
           
 



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