Uses of Class
com.tencentcloudapi.eb.v20210416.models.CkafkaDeliveryParams
-
Packages that use CkafkaDeliveryParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of CkafkaDeliveryParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return CkafkaDeliveryParams Modifier and Type Method Description CkafkaDeliveryParamsDeadLetterConfig. getCkafkaDeliveryParams()Get 设置了DLQ方式后,此选项必填.Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type CkafkaDeliveryParams Modifier and Type Method Description voidDeadLetterConfig. setCkafkaDeliveryParams(CkafkaDeliveryParams CkafkaDeliveryParams)Set 设置了DLQ方式后,此选项必填.Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type CkafkaDeliveryParams Constructor Description CkafkaDeliveryParams(CkafkaDeliveryParams 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.
-