Uses of Class
com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionResponse
-
Packages that use UpdateKeyDescriptionResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of UpdateKeyDescriptionResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return UpdateKeyDescriptionResponse Modifier and Type Method Description UpdateKeyDescriptionResponseKmsClient. UpdateKeyDescription(UpdateKeyDescriptionRequest req)该接口用于对指定的cmk修改描述信息。对于处于PendingDelete状态的CMK禁止修改。 -
Uses of UpdateKeyDescriptionResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type UpdateKeyDescriptionResponse Constructor Description UpdateKeyDescriptionResponse(UpdateKeyDescriptionResponse 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.
-