| Package | Description |
|---|---|
| com.aliyun.oss.model |
| Modifier and Type | Method and Description |
|---|---|
DataRedundancyType |
BucketInfo.getDataRedundancyType() |
DataRedundancyType |
CreateBucketRequest.getDataRedundancyType()
Gets the bucket's data redundancy type.
|
static DataRedundancyType |
DataRedundancyType.parse(String dataRedundancyTypeString)
Returns the DataRedundancyType enum corresponding to the given string
|
static DataRedundancyType |
DataRedundancyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRedundancyType[] |
DataRedundancyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketInfo.setDataRedundancyType(DataRedundancyType dataRedundancyType) |
void |
CreateBucketRequest.setDataRedundancyType(DataRedundancyType dataRedundancyType)
Sets the bucket's data redundancy type.
|
CreateBucketRequest |
CreateBucketRequest.withDataRedundancyType(DataRedundancyType dataRedundancyType)
Creates the instance with data redundancy type.
|
Copyright © 2023. All Rights Reserved.