Package | Description |
---|---|
com.tencentcloudapi.kms.v20190118 | |
com.tencentcloudapi.kms.v20190118.models |
Modifier and Type | Method and Description |
---|---|
DeleteImportedKeyMaterialResponse |
KmsClient.DeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest req)
用于删除导入的密钥材料,仅对EXTERNAL类型的CMK有效,该接口将CMK设置为PendingImport 状态,并不会删除CMK,在重新进行密钥导入后可继续使用。彻底删除CMK请使用 ScheduleKeyDeletion 接口。
|
Constructor and Description |
---|
DeleteImportedKeyMaterialRequest(DeleteImportedKeyMaterialRequest 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.
|
Copyright © 2022. All rights reserved.