public class SseKmsHeader extends Object
| 构造器和说明 |
|---|
SseKmsHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContext()
已过时。
|
ServerEncryption |
getEncryption()
已过时。
|
String |
getKmsKeyId()
Obtain the master key used in the SSE-KMS mode.
|
String |
getProjectId()
Obtain the project ID.
|
SSEAlgorithmEnum |
getSSEAlgorithm()
Obtain the encryption algorithm type.
|
void |
setContext(String context)
已过时。
|
void |
setEncryption(ServerEncryption encryption)
已过时。
|
void |
setKmsKeyId(String kmsKeyId)
Set the master key used in the SSE-KMS mode.
|
void |
setProjectId(String projectId)
Set the project ID.
|
String |
toString() |
public String getProjectId()
public void setProjectId(String projectId)
projectId - Project ID@Deprecated public ServerEncryption getEncryption()
@Deprecated public void setEncryption(ServerEncryption encryption)
encryption - Encryption algorithm typepublic SSEAlgorithmEnum getSSEAlgorithm()
public String getKmsKeyId()
public void setKmsKeyId(String kmsKeyId)
kmsKeyId - Master key used in the SSE-KMS mode@Deprecated public String getContext()
@Deprecated public void setContext(String context)
Copyright © 2021. All rights reserved.