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