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