public class BucketEncryption extends HeaderResponse
| 构造器和说明 |
|---|
BucketEncryption() |
BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKmsKeyId()
Obtain the master key used in the SSE-KMS encryption.
|
SSEAlgorithmEnum |
getSseAlgorithm()
Obtain the bucket encryption algorithm.
|
void |
setKmsKeyId(String kmsKeyId)
Set the master key used in the SSE-KMS encryption.
|
void |
setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
Set the bucket encryption algorithm.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic BucketEncryption()
public BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
sseAlgorithm - Bucket encryption algorithmpublic SSEAlgorithmEnum getSseAlgorithm()
public void setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
sseAlgorithm - Bucket encryption algorithmpublic String getKmsKeyId()
public void setKmsKeyId(String kmsKeyId)
kmsKeyId - Master key used in the SSE-KMS encryptionpublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.