Uses of Class
com.tencentcloudapi.cmq.v20190304.models.CreateTopicResponse
-
Packages that use CreateTopicResponse Package Description com.tencentcloudapi.cmq.v20190304 com.tencentcloudapi.cmq.v20190304.models -
-
Uses of CreateTopicResponse in com.tencentcloudapi.cmq.v20190304
Methods in com.tencentcloudapi.cmq.v20190304 that return CreateTopicResponse Modifier and Type Method Description CreateTopicResponseCmqClient. CreateTopic(CreateTopicRequest req)创建主题 -
Uses of CreateTopicResponse in com.tencentcloudapi.cmq.v20190304.models
Constructors in com.tencentcloudapi.cmq.v20190304.models with parameters of type CreateTopicResponse Constructor Description CreateTopicResponse(CreateTopicResponse 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.
-