Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.InstanceConfigDO
-
Packages that use InstanceConfigDO Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of InstanceConfigDO in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return InstanceConfigDO Modifier and Type Method Description InstanceConfigDOInstanceAttributesResponse. getConfig()Get 自动创建 Topic 配置, 若该字段为空,则表示未开启自动创建Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type InstanceConfigDO Modifier and Type Method Description voidInstanceAttributesResponse. setConfig(InstanceConfigDO Config)Set 自动创建 Topic 配置, 若该字段为空,则表示未开启自动创建Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type InstanceConfigDO Constructor Description InstanceConfigDO(InstanceConfigDO 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.
-