public class BucketEncryption extends HeaderResponse
Constructor and Description |
---|
BucketEncryption() |
BucketEncryption(SSEAlgorithmEnum sseAlgorithm) |
Modifier and Type | Method and Description |
---|---|
String |
getKmsKeyId() |
SSEAlgorithmEnum |
getSseAlgorithm() |
void |
setKmsKeyId(String kmsKeyId) |
void |
setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm) |
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public BucketEncryption()
public BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
public SSEAlgorithmEnum getSseAlgorithm()
public void setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
public String getKmsKeyId()
public void setKmsKeyId(String kmsKeyId)
public String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.