Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.DeleteChannelRequest
-
Packages that use DeleteChannelRequest Package Description com.tencentcloudapi.iotvideoindustry.v20201201 com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of DeleteChannelRequest in com.tencentcloudapi.iotvideoindustry.v20201201
Methods in com.tencentcloudapi.iotvideoindustry.v20201201 with parameters of type DeleteChannelRequest Modifier and Type Method Description DeleteChannelResponseIotvideoindustryClient. DeleteChannel(DeleteChannelRequest req)本接口用于删除设备下的通道 注意: 在线状态的设备不允许删除 -
Uses of DeleteChannelRequest in com.tencentcloudapi.iotvideoindustry.v20201201.models
Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type DeleteChannelRequest Constructor Description DeleteChannelRequest(DeleteChannelRequest 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.
-