Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.CreatePartitionResponse
-
Packages that use CreatePartitionResponse Package Description com.tencentcloudapi.ckafka.v20190819 com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of CreatePartitionResponse in com.tencentcloudapi.ckafka.v20190819
Methods in com.tencentcloudapi.ckafka.v20190819 that return CreatePartitionResponse Modifier and Type Method Description CreatePartitionResponse
CkafkaClient. CreatePartition(CreatePartitionRequest req)
本接口用于增加主题中的分区 -
Uses of CreatePartitionResponse in com.tencentcloudapi.ckafka.v20190819.models
Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type CreatePartitionResponse Constructor Description CreatePartitionResponse(CreatePartitionResponse 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.
-