Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.DescribeDeviceClientKeyResponse
-
Packages that use DescribeDeviceClientKeyResponse Package Description com.tencentcloudapi.iotcloud.v20180614 com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of DescribeDeviceClientKeyResponse in com.tencentcloudapi.iotcloud.v20180614
Methods in com.tencentcloudapi.iotcloud.v20180614 that return DescribeDeviceClientKeyResponse Modifier and Type Method Description DescribeDeviceClientKeyResponse
IotcloudClient. DescribeDeviceClientKey(DescribeDeviceClientKeyRequest req)
获取证书认证类型设备的私钥,刚生成或者重置设备后仅可调用一次 -
Uses of DescribeDeviceClientKeyResponse in com.tencentcloudapi.iotcloud.v20180614.models
Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type DescribeDeviceClientKeyResponse Constructor Description DescribeDeviceClientKeyResponse(DescribeDeviceClientKeyResponse 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.
-