Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.BatchModifyTopicAttributesRequest
-
Packages that use BatchModifyTopicAttributesRequest Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of BatchModifyTopicAttributesRequest in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 with parameters of type BatchModifyTopicAttributesRequest Modifier and Type Method Description BatchModifyTopicAttributesResponse
CkafkaClient. BatchModifyTopicAttributes(BatchModifyTopicAttributesRequest req)
批量设置主题属性 -
Uses of BatchModifyTopicAttributesRequest in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type BatchModifyTopicAttributesRequest Constructor Description BatchModifyTopicAttributesRequest(BatchModifyTopicAttributesRequest 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.
-