Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain.templates | |
org.jclouds.googlecloudstorage.features |
Modifier and Type | Method and Description |
---|---|
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.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
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.