Uses of Class
com.tencentcloudapi.eb.v20210416.models.RetryPolicy
-
Packages that use RetryPolicy Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of RetryPolicy in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return RetryPolicy Modifier and Type Method Description RetryPolicyCkafkaTargetParams. getRetryPolicy()Get 重试策略Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type RetryPolicy Modifier and Type Method Description voidCkafkaTargetParams. setRetryPolicy(RetryPolicy RetryPolicy)Set 重试策略Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type RetryPolicy Constructor Description RetryPolicy(RetryPolicy 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.
-