|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BucketTemplate | |
|---|---|
| org.jclouds.googlecloudstorage.domain.templates | |
| org.jclouds.googlecloudstorage.features | |
| Uses of BucketTemplate in org.jclouds.googlecloudstorage.domain.templates |
|---|
| Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type BucketTemplate | |
|---|---|
static BucketTemplate |
BucketTemplate.fromBucketsTemplate(BucketTemplate bucketTemplate)
|
static BucketTemplate |
BucketTemplate.Builder.fromBucketsTemplate(BucketTemplate in)
|
| Uses of BucketTemplate in org.jclouds.googlecloudstorage.features |
|---|
| Methods in org.jclouds.googlecloudstorage.features with parameters of type BucketTemplate | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||