| Modifier and Type | Field and Description |
|---|---|
static CreateBucketOptions |
CreateBucketOptions.DEFAULT
Create bucket with all default settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleCloudStorageImpl.create(String bucketName,
CreateBucketOptions options)
See
GoogleCloudStorage.create(String, CreateBucketOptions) for
details about expected behavior. |
void |
GoogleCloudStorage.create(String bucketName,
CreateBucketOptions options)
Creates a bucket.
|
void |
CacheSupplementedGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options)
Updates cache with bucketName.
|
void |
MetadataReadOnlyGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options) |
void |
ThrottledGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options) |
Copyright © 2015. All rights reserved.