Uses of Class
com.tencentcloudapi.scf.v20180416.models.Code
-
Packages that use Code Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of Code in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return Code Modifier and Type Method Description CodeCreateFunctionRequest. getCode()Get 函数代码.CodeUpdateFunctionCodeRequest. getCode()Get 函数代码CodePublishLayerVersionRequest. getContent()Get 层的文件来源或文件内容Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type Code Modifier and Type Method Description voidCreateFunctionRequest. setCode(Code Code)Set 函数代码.voidUpdateFunctionCodeRequest. setCode(Code Code)Set 函数代码voidPublishLayerVersionRequest. setContent(Code Content)Set 层的文件来源或文件内容Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type Code Constructor Description Code(Code 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.
-