Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.CreateTopicRequest
-
Packages that use CreateTopicRequest Package Description com.tencentcloudapi.tdmq.v20200217 com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of CreateTopicRequest in com.tencentcloudapi.tdmq.v20200217
Methods in com.tencentcloudapi.tdmq.v20200217 with parameters of type CreateTopicRequest Modifier and Type Method Description CreateTopicResponse
TdmqClient. CreateTopic(CreateTopicRequest req)
新增指定分区、类型的消息主题 -
Uses of CreateTopicRequest in com.tencentcloudapi.tdmq.v20200217.models
Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type CreateTopicRequest Constructor Description CreateTopicRequest(CreateTopicRequest 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.
-