Uses of Class
com.tencentcloudapi.scf.v20180416.models.Environment
-
Packages that use Environment Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of Environment in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return Environment Modifier and Type Method Description EnvironmentCreateFunctionRequest. getEnvironment()Get 函数的环境变量EnvironmentGetFunctionResponse. getEnvironment()Get 函数的环境变量EnvironmentUpdateFunctionConfigurationRequest. getEnvironment()Get 函数的环境变量Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type Environment Modifier and Type Method Description voidCreateFunctionRequest. setEnvironment(Environment Environment)Set 函数的环境变量voidGetFunctionResponse. setEnvironment(Environment Environment)Set 函数的环境变量voidUpdateFunctionConfigurationRequest. setEnvironment(Environment Environment)Set 函数的环境变量Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type Environment Constructor Description Environment(Environment 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.
-