Uses of Class
com.tencentcloudapi.scf.v20180416.models.RetryConfig
-
Packages that use RetryConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of RetryConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return RetryConfig Modifier and Type Method Description RetryConfig[]AsyncTriggerConfig. getRetryConfig()Get 用户错误的异步重试重试配置Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type RetryConfig Modifier and Type Method Description voidAsyncTriggerConfig. setRetryConfig(RetryConfig[] RetryConfig)Set 用户错误的异步重试重试配置Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type RetryConfig Constructor Description RetryConfig(RetryConfig 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.
-