Package | Description |
---|---|
com.obs.services.model | |
com.obs.services.model.fs |
Modifier and Type | Field and Description |
---|---|
protected BucketTypeEnum |
S3Bucket.bucketTypeEnum
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BucketTypeEnum |
ListBucketsRequest.getBucketType() |
BucketTypeEnum |
BucketMetadataInfoResult.getBucketType()
获取桶的类型
|
BucketTypeEnum |
ObsBucket.getBucketType()
获取桶的存储类型
|
BucketTypeEnum |
CreateBucketRequest.getBucketType() |
static BucketTypeEnum |
BucketTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketTypeEnum[] |
BucketTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBucketsRequest.setBucketType(BucketTypeEnum bucketType)
设置列举桶的类型
|
void |
ObsBucket.setBucketType(BucketTypeEnum bucketTypeEnum)
设置桶的类型
|
void |
CreateBucketRequest.setBucketType(BucketTypeEnum bucketType)
设置桶的类型
|
Constructor and Description |
---|
BucketMetadataInfoResult(String allowOrigin,
List<String> allowHeaders,
int maxAge,
List<String> allowMethods,
List<String> exposeHeaders,
StorageClassEnum storageClass,
String location,
String obsVersion,
AvailableZoneEnum availableZone,
String epid,
BucketTypeEnum bucketType) |
Constructor and Description |
---|
GetBucketFSStatusResult(String allowOrigin,
List<String> allowHeaders,
int maxAge,
List<String> allowMethods,
List<String> exposeHeaders,
StorageClassEnum storageClass,
String location,
String obsVersion,
FSStatusEnum status,
AvailableZoneEnum availableZone,
String epid,
BucketTypeEnum bucketTypeEnum) |
Copyright © 2020. All rights reserved.