Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.DescribeTopicResponse
-
Packages that use DescribeTopicResponse Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of DescribeTopicResponse in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 that return DescribeTopicResponse Modifier and Type Method Description DescribeTopicResponseCkafkaClient. DescribeTopic(DescribeTopicRequest req)接口请求域名:https://ckafka.tencentcloudapi.com 本接口(DescribeTopic)用于在用户获取消息队列 CKafka 实例的主题列表 -
Uses of DescribeTopicResponse in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type DescribeTopicResponse Constructor Description DescribeTopicResponse(DescribeTopicResponse 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.
-