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 Bucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate)
Creates a new bucketBucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options)
Creates a new BucketBucket
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 bucketBucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket
-