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