Uses of Class
com.tencentcloudapi.scf.v20180416.models.InvokeFunctionResponse
-
Packages that use InvokeFunctionResponse Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of InvokeFunctionResponse in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 that return InvokeFunctionResponse Modifier and Type Method Description InvokeFunctionResponse
ScfClient. InvokeFunction(InvokeFunctionRequest req)
SCF同步调用函数接口 -
Uses of InvokeFunctionResponse in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type InvokeFunctionResponse Constructor Description InvokeFunctionResponse(InvokeFunctionResponse 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.
-