public class SSECOSKeyManagementParams extends Object implements Serializable
| 构造器和说明 |
|---|
SSECOSKeyManagementParams()
Constructs a new instance of SSECOSKeyManagementParams.
|
SSECOSKeyManagementParams(String COSKmsKeyId)
Constructs a new instance of SSECOSKeyManagementParams with the user
specified COS Key Management System Key Id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCOSKmsKeyId()
Returns the COS Key Management System Key Id used for encryption.
|
String |
getEncryption()
Returns the scheme used for encrypting the Qcloud COS object.
|
public SSECOSKeyManagementParams()
public SSECOSKeyManagementParams(String COSKmsKeyId)
public String getCOSKmsKeyId()
public String getEncryption()
Copyright © 2020. All rights reserved.