Uses of Class
com.tencentcloudapi.eb.v20210416.models.SCFParams
-
Packages that use SCFParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of SCFParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return SCFParams Modifier and Type Method Description SCFParamsTargetDescription. getSCFParams()Get 云函数参数Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type SCFParams Modifier and Type Method Description voidTargetDescription. setSCFParams(SCFParams SCFParams)Set 云函数参数Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type SCFParams Constructor Description SCFParams(SCFParams 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.
-