Uses of Class
com.tencentcloudapi.scf.v20180416.models.GetFunctionLogsResponse
-
Packages that use GetFunctionLogsResponse Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of GetFunctionLogsResponse in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 that return GetFunctionLogsResponse Modifier and Type Method Description GetFunctionLogsResponseScfClient. GetFunctionLogs(GetFunctionLogsRequest req)该接口根据指定的日志查询条件返回函数运行日志。该接口已下线,查询函数请求运行的返回信息,请使用 [GetRequestStatus](https://cloud.tencent.com/document/product/583/65348)。查询函数运行日志,请参考[日志检索教程](https://cloud.tencent.com/document/product/583/52637)。 -
Uses of GetFunctionLogsResponse in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type GetFunctionLogsResponse Constructor Description GetFunctionLogsResponse(GetFunctionLogsResponse 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.
-