public enum SpecialParamEnum extends Enum<SpecialParamEnum>
| 枚举常量 | 说明 |
|---|---|
ACCESSLABEL |
|
ACL |
Obtain or set the ACL of the bucket (object).
|
APPEND |
Perform an appendable upload.
|
BUCKET_PUBLIC_STATUS |
|
CORS |
Obtain, set, or delete the CORS rules of a bucket.
|
CUSTOMDOMAIN |
Set, obtain, or delete the Custom Domain Name of a Bucket
|
DELETE |
Delete objects in a batch.
|
DIRECTCOLDACCESS |
Set, obtain, or delete the direct reading policy for Archive objects in a bucket.
|
ENCRYPTION |
Set, obtain, or delete the encryption configuration of a bucket.
|
FILEINTERFACE |
Configure the file gateway feature.
|
GETCONTENTSUMMARY |
get content summary of fs
|
ID |
|
INVENTORY |
|
LIFECYCLE |
Obtain, set, or delete bucket lifecycle rules.
|
LISTCONTENTSUMMARY |
obtain folder contentSummary
|
LISTCONTENTSUMMARYFS |
obtain folder contentSummary of fs
|
LOCATION |
Obtain the bucket location information.
|
LOGGING |
Obtain the logging settings of or configure logging for a bucket.
|
METADATA |
Set or delete object properties.
|
MODIFY |
Modify a file.
|
NOTIFICATION |
Configure bucket notification or obtain bucket notification configuration.
|
OBS_TRASH |
|
OBSALIAS |
alias bucket name
|
OBSBUCKETALIAS |
get alias bucket list
|
POLICY |
Obtain, set, or delete bucket policies.
|
POLICY_STATUS |
|
PUBLIC_ACCESS_BLOCK |
|
QUOTA |
Obtain or set the bucket quota.
|
RENAME |
Rename a file or folder.
|
REPLICATION |
Set, obtain, or delete the cross-region replication configuration of a bucket.
|
REPLICATION_PROGRESS |
get the cross-region replication progress.
|
REQUEST_PAYMENT |
Obtain or set requester payment status of a bucket.
|
RESTORE |
Restore an Archive object.
|
RULE_ID |
get the cross-region replication configuration rule id.
|
STORAGECLASS |
Obtain or set the bucket storage class.
|
STORAGEINFO |
Obtain bucket storage information.
|
STORAGEPOLICY |
Obtain or set bucket storage policies.
|
TAGGING |
Obtain, set, or delete bucket tags.
|
TRUNCATE |
Truncate a file.
|
UPLOADS |
List or initialize multipart uploads.
|
VERSIONING |
Obtain or set the versioning status of a bucket.
|
VERSIONS |
List versioning objects in a bucket.
|
WEBSITE |
Obtain or delete website hosting settings of or configure website hosting for a bucket.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getOriginalStringCode() |
|
String |
getStringCode() |
|
static SpecialParamEnum |
getValueFromStringCode(String stringCode) |
|
static SpecialParamEnum |
valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static SpecialParamEnum[] |
values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final SpecialParamEnum LOCATION
public static final SpecialParamEnum STORAGEINFO
public static final SpecialParamEnum QUOTA
public static final SpecialParamEnum ACL
public static final SpecialParamEnum LOGGING
public static final SpecialParamEnum POLICY
public static final SpecialParamEnum LIFECYCLE
public static final SpecialParamEnum WEBSITE
public static final SpecialParamEnum VERSIONING
public static final SpecialParamEnum REQUEST_PAYMENT
public static final SpecialParamEnum STORAGEPOLICY
public static final SpecialParamEnum STORAGECLASS
public static final SpecialParamEnum CORS
public static final SpecialParamEnum UPLOADS
public static final SpecialParamEnum VERSIONS
public static final SpecialParamEnum DELETE
public static final SpecialParamEnum RESTORE
public static final SpecialParamEnum TAGGING
public static final SpecialParamEnum NOTIFICATION
public static final SpecialParamEnum REPLICATION
public static final SpecialParamEnum REPLICATION_PROGRESS
public static final SpecialParamEnum RULE_ID
public static final SpecialParamEnum APPEND
public static final SpecialParamEnum RENAME
public static final SpecialParamEnum TRUNCATE
public static final SpecialParamEnum MODIFY
public static final SpecialParamEnum FILEINTERFACE
public static final SpecialParamEnum METADATA
public static final SpecialParamEnum ENCRYPTION
public static final SpecialParamEnum LISTCONTENTSUMMARY
public static final SpecialParamEnum LISTCONTENTSUMMARYFS
public static final SpecialParamEnum GETCONTENTSUMMARY
public static final SpecialParamEnum ACCESSLABEL
public static final SpecialParamEnum DIRECTCOLDACCESS
public static final SpecialParamEnum OBSBUCKETALIAS
public static final SpecialParamEnum OBSALIAS
public static final SpecialParamEnum CUSTOMDOMAIN
public static final SpecialParamEnum ID
public static final SpecialParamEnum OBS_TRASH
public static final SpecialParamEnum INVENTORY
public static final SpecialParamEnum PUBLIC_ACCESS_BLOCK
public static final SpecialParamEnum POLICY_STATUS
public static final SpecialParamEnum BUCKET_PUBLIC_STATUS
public static SpecialParamEnum[] values()
for (SpecialParamEnum c : SpecialParamEnum.values()) System.out.println(c);
public static SpecialParamEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getStringCode()
public String getOriginalStringCode()
public static SpecialParamEnum getValueFromStringCode(String stringCode)
Copyright © 2025. All rights reserved.