Uses of Class
com.tencentcloudapi.scf.v20180416.models.UpdateFunctionConfigurationRequest
-
Packages that use UpdateFunctionConfigurationRequest Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of UpdateFunctionConfigurationRequest in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 with parameters of type UpdateFunctionConfigurationRequest Modifier and Type Method Description UpdateFunctionConfigurationResponse
ScfClient. UpdateFunctionConfiguration(UpdateFunctionConfigurationRequest req)
该接口根据传入参数更新函数配置。 -
Uses of UpdateFunctionConfigurationRequest in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type UpdateFunctionConfigurationRequest Constructor Description UpdateFunctionConfigurationRequest(UpdateFunctionConfigurationRequest 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.
-