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