Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.DescribeTopicProduceConnectionResponse
-
Packages that use DescribeTopicProduceConnectionResponse Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of DescribeTopicProduceConnectionResponse in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 that return DescribeTopicProduceConnectionResponse Modifier and Type Method Description DescribeTopicProduceConnectionResponseCkafkaClient. DescribeTopicProduceConnection(DescribeTopicProduceConnectionRequest req)查询topic 生产端连接信息 -
Uses of DescribeTopicProduceConnectionResponse in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type DescribeTopicProduceConnectionResponse Constructor Description DescribeTopicProduceConnectionResponse(DescribeTopicProduceConnectionResponse 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.
-