public class KMSConfiguration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| KMSConfiguration() | 
| KMSConfiguration(KMSConfiguration source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getKeyId()Get KMS ID | 
| String | getKmsRegion()Get KMS region | 
| void | setKeyId(String KeyId)Set KMS ID | 
| void | setKmsRegion(String KmsRegion)Set KMS region | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic KMSConfiguration()
public KMSConfiguration(KMSConfiguration source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId - KMS IDpublic String getKmsRegion()
public void setKmsRegion(String KmsRegion)
KmsRegion - KMS regionCopyright © 2024. All rights reserved.