Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.CreateDatahubTopicRequest
-
Packages that use CreateDatahubTopicRequest Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of CreateDatahubTopicRequest in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 with parameters of type CreateDatahubTopicRequest Modifier and Type Method Description CreateDatahubTopicResponse
CkafkaClient. CreateDatahubTopic(CreateDatahubTopicRequest req)
创建Datahub主题 -
Uses of CreateDatahubTopicRequest in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type CreateDatahubTopicRequest Constructor Description CreateDatahubTopicRequest(CreateDatahubTopicRequest 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.
-