Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.ModifyTopicAttributesResponse
-
Packages that use ModifyTopicAttributesResponse Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of ModifyTopicAttributesResponse in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 that return ModifyTopicAttributesResponse Modifier and Type Method Description ModifyTopicAttributesResponse
CkafkaClient. ModifyTopicAttributes(ModifyTopicAttributesRequest req)
本接口用于修改主题属性。 -
Uses of ModifyTopicAttributesResponse in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type ModifyTopicAttributesResponse Constructor Description ModifyTopicAttributesResponse(ModifyTopicAttributesResponse 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.
-