Uses of Class
com.tencentcloudapi.iot.v20180123.models.DeleteTopicResponse
-
Packages that use DeleteTopicResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of DeleteTopicResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return DeleteTopicResponse Modifier and Type Method Description DeleteTopicResponse
IotClient. DeleteTopic(DeleteTopicRequest req)
删除Topic -
Uses of DeleteTopicResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DeleteTopicResponse Constructor Description DeleteTopicResponse(DeleteTopicResponse 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.
-