public enum SpecialParamEnum extends Enum<SpecialParamEnum>
| 枚举常量和说明 |
|---|
ACL
Obtain or set the ACL of the bucket (object).
|
APPEND
Perform an appendable upload.
|
CORS
Obtain, set, or delete the CORS rules 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.
|
LIFECYCLE
Obtain, set, or delete bucket lifecycle rules.
|
LISTCONTENTSUMMARY
obtain folder contentSummary
|
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.
|
POLICY
Obtain, set, or delete bucket policies.
|
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.
|
REQUEST_PAYMENT
Obtain or set requester payment status of a bucket.
|
RESTORE
Restore an Archive object.
|
STORAGECLASS
Obtain or set the bucket storage class.
|
STORAGEINFO
Obtain bucket storage information.
|
STORAGEPOLICY
已过时。
|
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
@Deprecated 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 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 DIRECTCOLDACCESS
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 © 2021. All rights reserved.