Uses of Class
com.tencentcloudapi.scf.v20180416.models.GetAsyncEventStatusRequest
-
Packages that use GetAsyncEventStatusRequest Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of GetAsyncEventStatusRequest in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 with parameters of type GetAsyncEventStatusRequest Modifier and Type Method Description GetAsyncEventStatusResponse
ScfClient. GetAsyncEventStatus(GetAsyncEventStatusRequest req)
获取函数异步执行事件状态,事件状态保留 3 * 24 小时(从事件完成开始计时)。 -
Uses of GetAsyncEventStatusRequest in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type GetAsyncEventStatusRequest Constructor Description GetAsyncEventStatusRequest(GetAsyncEventStatusRequest 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.
-