Uses of Class
com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of CreateKeyRequest in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 with parameters of type CreateKeyRequest Modifier and Type Method Description CreateKeyResponse
KmsClient. CreateKey(CreateKeyRequest req)
创建用户管理数据密钥的主密钥CMK(Custom Master Key)。 -
Uses of CreateKeyRequest in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type CreateKeyRequest Constructor Description CreateKeyRequest(CreateKeyRequest 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.
-