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