Uses of Class
com.tencentcloudapi.iecp.v20210914.models.DescribeIotDevicesRequest
-
Packages that use DescribeIotDevicesRequest Package Description com.tencentcloudapi.iecp.v20210914 com.tencentcloudapi.iecp.v20210914.models -
-
Uses of DescribeIotDevicesRequest in com.tencentcloudapi.iecp.v20210914
Methods in com.tencentcloudapi.iecp.v20210914 with parameters of type DescribeIotDevicesRequest Modifier and Type Method Description DescribeIotDevicesResponseIecpClient. DescribeIotDevices(DescribeIotDevicesRequest req)获取设备列表信息 -
Uses of DescribeIotDevicesRequest in com.tencentcloudapi.iecp.v20210914.models
Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type DescribeIotDevicesRequest Constructor Description DescribeIotDevicesRequest(DescribeIotDevicesRequest 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.
-