Uses of Class
com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Packages that use DescribeKeyResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of DescribeKeyResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return DescribeKeyResponse Modifier and Type Method Description DescribeKeyResponseKmsClient. DescribeKey(DescribeKeyRequest req)用于获取指定KeyId的主密钥属性详情信息。 -
Uses of DescribeKeyResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type DescribeKeyResponse Constructor Description DescribeKeyResponse(DescribeKeyResponse 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.
-