Uses of Class
com.tencentcloudapi.scf.v20180416.models.Function
-
Packages that use Function Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of Function in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return Function Modifier and Type Method Description Function[]
ListFunctionsResponse. getFunctions()
Get 函数列表Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type Function Modifier and Type Method Description void
ListFunctionsResponse. setFunctions(Function[] Functions)
Set 函数列表Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type Function Constructor Description Function(Function 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.
-