枚举类 SpecialParamEnum
- 所有已实现的接口:
Serializable,Comparable<SpecialParamEnum>,Constable
Special operator, which indicates the sub-resource to be operated
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明Obtain or set the ACL of the bucket (object).Perform an appendable upload.Obtain, set, or delete the CORS rules of a bucket.Set, obtain, or delete the Custom Domain Name of a BucketDelete objects in a batch.Set, obtain, or delete the direct reading policy for Archive objects in a bucket.Set, obtain, or delete the encryption configuration of a bucket.Configure the file gateway feature.get content summary of fsObtain, set, or delete bucket lifecycle rules.obtain folder contentSummaryobtain folder contentSummary of fsObtain the bucket location information.Obtain the logging settings of or configure logging for a bucket.Set or delete object properties.Modify a file.Configure bucket notification or obtain bucket notification configuration.alias bucket nameget alias bucket listObtain, set, or delete bucket policies.Obtain or set the bucket quota.Rename a file or folder.Set, obtain, or delete the cross-region replication configuration of a bucket.get the cross-region replication progress.Obtain or set requester payment status of a bucket.Restore an Archive object.get the cross-region replication configuration rule id.Obtain or set the bucket storage class.Obtain bucket storage information.Obtain or set bucket storage policies.Obtain, set, or delete bucket tags.Truncate a file.List or initialize multipart uploads.Obtain or set the versioning status of a bucket.List versioning objects in a bucket.Obtain or delete website hosting settings of or configure website hosting for a bucket. -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static SpecialParamEnumgetValueFromStringCode(String stringCode) static SpecialParamEnum返回带有指定名称的该类的枚举常量。static SpecialParamEnum[]values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
-
枚举常量详细资料
-
LOCATION
Obtain the bucket location information. -
STORAGEINFO
Obtain bucket storage information. -
QUOTA
Obtain or set the bucket quota. -
ACL
Obtain or set the ACL of the bucket (object). -
LOGGING
Obtain the logging settings of or configure logging for a bucket. -
POLICY
Obtain, set, or delete bucket policies. -
LIFECYCLE
Obtain, set, or delete bucket lifecycle rules. -
WEBSITE
Obtain or delete website hosting settings of or configure website hosting for a bucket. -
VERSIONING
Obtain or set the versioning status of a bucket. -
REQUEST_PAYMENT
Obtain or set requester payment status of a bucket. -
STORAGEPOLICY
Obtain or set bucket storage policies. -
STORAGECLASS
Obtain or set the bucket storage class. -
CORS
Obtain, set, or delete the CORS rules of a bucket. -
UPLOADS
List or initialize multipart uploads. -
VERSIONS
List versioning objects in a bucket. -
DELETE
Delete objects in a batch. -
RESTORE
Restore an Archive object. -
TAGGING
Obtain, set, or delete bucket tags. -
NOTIFICATION
Configure bucket notification or obtain bucket notification configuration. -
REPLICATION
Set, obtain, or delete the cross-region replication configuration of a bucket. -
REPLICATION_PROGRESS
get the cross-region replication progress. -
RULE_ID
get the cross-region replication configuration rule id. -
APPEND
Perform an appendable upload. -
RENAME
Rename a file or folder. -
TRUNCATE
Truncate a file. -
MODIFY
Modify a file. -
FILEINTERFACE
Configure the file gateway feature. -
METADATA
Set or delete object properties. -
ENCRYPTION
Set, obtain, or delete the encryption configuration of a bucket. -
LISTCONTENTSUMMARY
obtain folder contentSummary -
LISTCONTENTSUMMARYFS
obtain folder contentSummary of fs -
GETCONTENTSUMMARY
get content summary of fs -
ACCESSLABEL
-
DIRECTCOLDACCESS
Set, obtain, or delete the direct reading policy for Archive objects in a bucket. -
OBSBUCKETALIAS
get alias bucket list -
OBSALIAS
alias bucket name -
CUSTOMDOMAIN
Set, obtain, or delete the Custom Domain Name of a Bucket -
ID
-
INVENTORY
-
-
字段详细资料
-
stringCode
Specify the corresponding code in the database and the external code.
-
-
构造器详细资料
-
SpecialParamEnum
-
-
方法详细资料
-
values
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同- 返回:
- 包含该枚举类的常量的数组,顺序与声明这些常量的顺序相同
-
valueOf
返回带有指定名称的该类的枚举常量。 字符串必须与用于声明该类的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- 如果该枚举类没有带有指定名称的常量NullPointerException- 如果参数为空值
-
getStringCode
-
getOriginalStringCode
-
getValueFromStringCode
-