Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.UpdateDeviceShadowRequest
-
Packages that use UpdateDeviceShadowRequest Package Description com.tencentcloudapi.iotcloud.v20210408 com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of UpdateDeviceShadowRequest in com.tencentcloudapi.iotcloud.v20210408
Methods in com.tencentcloudapi.iotcloud.v20210408 with parameters of type UpdateDeviceShadowRequest Modifier and Type Method Description UpdateDeviceShadowResponseIotcloudClient. UpdateDeviceShadow(UpdateDeviceShadowRequest req)本接口(UpdateDeviceShadow)用于更新虚拟设备信息。 -
Uses of UpdateDeviceShadowRequest in com.tencentcloudapi.iotcloud.v20210408.models
Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type UpdateDeviceShadowRequest Constructor Description UpdateDeviceShadowRequest(UpdateDeviceShadowRequest 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.
-