Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.DeleteRocketMQTopicRequest
-
Packages that use DeleteRocketMQTopicRequest Package Description com.tencentcloudapi.tdmq.v20200217 com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of DeleteRocketMQTopicRequest in com.tencentcloudapi.tdmq.v20200217
Methods in com.tencentcloudapi.tdmq.v20200217 with parameters of type DeleteRocketMQTopicRequest Modifier and Type Method Description DeleteRocketMQTopicResponseTdmqClient. DeleteRocketMQTopic(DeleteRocketMQTopicRequest req)删除RocketMQ主题 -
Uses of DeleteRocketMQTopicRequest in com.tencentcloudapi.tdmq.v20200217.models
Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type DeleteRocketMQTopicRequest Constructor Description DeleteRocketMQTopicRequest(DeleteRocketMQTopicRequest 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.
-