public enum SpecialParamEnum extends Enum<SpecialParamEnum>
Enum Constant and Description |
---|
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.
|
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.
|
RESTORE
Restore an Archive object.
|
STORAGECLASS
Obtain or set the bucket storage class.
|
STORAGEINFO
Obtain bucket storage information.
|
STORAGEPOLICY
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getOriginalStringCode() |
String |
getStringCode() |
static SpecialParamEnum |
getValueFromStringCode(String stringCode) |
static SpecialParamEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialParamEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
@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 DIRECTCOLDACCESS
public static SpecialParamEnum[] values()
for (SpecialParamEnum c : SpecialParamEnum.values()) System.out.println(c);
public static SpecialParamEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getStringCode()
public String getOriginalStringCode()
public static SpecialParamEnum getValueFromStringCode(String stringCode)
Copyright © 2019. All rights reserved.