Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.ModifyTopicRequest
-
Packages that use ModifyTopicRequest Package Description com.tencentcloudapi.tdmq.v20200217 com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of ModifyTopicRequest in com.tencentcloudapi.tdmq.v20200217
Methods in com.tencentcloudapi.tdmq.v20200217 with parameters of type ModifyTopicRequest Modifier and Type Method Description ModifyTopicResponse
TdmqClient. ModifyTopic(ModifyTopicRequest req)
修改主题备注和分区数 -
Uses of ModifyTopicRequest in com.tencentcloudapi.tdmq.v20200217.models
Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type ModifyTopicRequest Constructor Description ModifyTopicRequest(ModifyTopicRequest 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.
-