Uses of Class
com.tencentcloudapi.iecp.v20210914.models.DeleteIotDeviceRequest
-
Packages that use DeleteIotDeviceRequest Package Description com.tencentcloudapi.iecp.v20210914 com.tencentcloudapi.iecp.v20210914.models -
-
Uses of DeleteIotDeviceRequest in com.tencentcloudapi.iecp.v20210914
Methods in com.tencentcloudapi.iecp.v20210914 with parameters of type DeleteIotDeviceRequest Modifier and Type Method Description DeleteIotDeviceResponseIecpClient. DeleteIotDevice(DeleteIotDeviceRequest req)删除设备 -
Uses of DeleteIotDeviceRequest in com.tencentcloudapi.iecp.v20210914.models
Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type DeleteIotDeviceRequest Constructor Description DeleteIotDeviceRequest(DeleteIotDeviceRequest 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.
-