Uses of Class
com.tencentcloudapi.wedata.v20210820.models.CreateCustomFunctionRequest
-
Packages that use CreateCustomFunctionRequest Package Description com.tencentcloudapi.wedata.v20210820 com.tencentcloudapi.wedata.v20210820.models -
-
Uses of CreateCustomFunctionRequest in com.tencentcloudapi.wedata.v20210820
Methods in com.tencentcloudapi.wedata.v20210820 with parameters of type CreateCustomFunctionRequest Modifier and Type Method Description CreateCustomFunctionResponseWedataClient. CreateCustomFunction(CreateCustomFunctionRequest req)创建用户自定义函数 -
Uses of CreateCustomFunctionRequest in com.tencentcloudapi.wedata.v20210820.models
Constructors in com.tencentcloudapi.wedata.v20210820.models with parameters of type CreateCustomFunctionRequest Constructor Description CreateCustomFunctionRequest(CreateCustomFunctionRequest 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.
-