Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Nos.createBucket(String bucketName,
Region region)
Creates a new NOS bucket with the specified name in the specified
region,and is supported dedupicate or not.
|
Bucket |
NosClient.createBucket(String bucketName,
Region region) |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.fromValue(String NosRegionString)
Returns the Nos Region enumeration value representing the specified Nos
Region ID string.
|
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreateBucketRequest(String bucketName,
Region region)
Constructs a new
CreateBucketRequest , ready to be executed to
create the specified bucket in the specified region. |
Copyright © 2017. All Rights Reserved.