Uses of Class
com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
Packages that use DeleteImportedKeyMaterialResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of DeleteImportedKeyMaterialResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return DeleteImportedKeyMaterialResponse Modifier and Type Method Description DeleteImportedKeyMaterialResponseKmsClient. DeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest req)用于删除导入的密钥材料,仅对EXTERNAL类型的CMK有效,该接口将CMK设置为PendingImport 状态,并不会删除CMK,在重新进行密钥导入后可继续使用。彻底删除CMK请使用 ScheduleKeyDeletion 接口。 -
Uses of DeleteImportedKeyMaterialResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type DeleteImportedKeyMaterialResponse Constructor Description DeleteImportedKeyMaterialResponse(DeleteImportedKeyMaterialResponse 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.
-