Uses of Class
com.tencentcloudapi.iot.v20180123.models.UpdateProductRequest
-
Packages that use UpdateProductRequest Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of UpdateProductRequest in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 with parameters of type UpdateProductRequest Modifier and Type Method Description UpdateProductResponse
IotClient. UpdateProduct(UpdateProductRequest req)
提供修改产品信息及数据模板的能力。 -
Uses of UpdateProductRequest in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type UpdateProductRequest Constructor Description UpdateProductRequest(UpdateProductRequest 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.
-