Uses of Class
org.jclouds.googlecloudstorage.domain.templates.BucketTemplate
- 
Packages that use BucketTemplate Package Description org.jclouds.googlecloudstorage.domain.templates org.jclouds.googlecloudstorage.features  - 
- 
Uses of BucketTemplate in org.jclouds.googlecloudstorage.domain.templates
 - 
Uses of BucketTemplate in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type BucketTemplate Modifier and Type Method Description BucketBucketApi. createBucket(String projectId, BucketTemplate bucketTemplate)Creates a new bucketBucketBucketApi. createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)Creates a new BucketBucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)Updates a bucket supporting patch semantics.BucketBucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)Updates a bucket supporting patch semantics.BucketBucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate)Updates a bucketBucketBucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)Updates a bucket 
 -