Uses of Class
com.tencentcloudapi.scf.v20180416.models.UpdateFunctionEventInvokeConfigRequest
-
Packages that use UpdateFunctionEventInvokeConfigRequest Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of UpdateFunctionEventInvokeConfigRequest in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 with parameters of type UpdateFunctionEventInvokeConfigRequest Modifier and Type Method Description UpdateFunctionEventInvokeConfigResponse
ScfClient. UpdateFunctionEventInvokeConfig(UpdateFunctionEventInvokeConfigRequest req)
更新函数的异步重试配置,包括重试次数和消息保留时间 -
Uses of UpdateFunctionEventInvokeConfigRequest in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type UpdateFunctionEventInvokeConfigRequest Constructor Description UpdateFunctionEventInvokeConfigRequest(UpdateFunctionEventInvokeConfigRequest 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.
-