Uses of Class
com.tencentcloudapi.scf.v20180416.models.AsyncTriggerConfig
-
Packages that use AsyncTriggerConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of AsyncTriggerConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return AsyncTriggerConfig Modifier and Type Method Description AsyncTriggerConfigGetFunctionEventInvokeConfigResponse. getAsyncTriggerConfig()Get 异步重试配置信息AsyncTriggerConfigUpdateFunctionEventInvokeConfigRequest. getAsyncTriggerConfig()Get 异步重试配置信息Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncTriggerConfig Modifier and Type Method Description voidGetFunctionEventInvokeConfigResponse. setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)Set 异步重试配置信息voidUpdateFunctionEventInvokeConfigRequest. setAsyncTriggerConfig(AsyncTriggerConfig AsyncTriggerConfig)Set 异步重试配置信息Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncTriggerConfig Constructor Description AsyncTriggerConfig(AsyncTriggerConfig 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.
-