Uses of Class
com.tencentcloudapi.scf.v20180416.models.LayerVersionSimple
-
Packages that use LayerVersionSimple Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of LayerVersionSimple in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return LayerVersionSimple Modifier and Type Method Description LayerVersionSimple[]CreateFunctionRequest. getLayers()Get 函数要关联的Layer版本列表,Layer会按照在列表中顺序依次覆盖。LayerVersionSimple[]UpdateFunctionConfigurationRequest. getLayers()Get 函数要关联的层版本列表,层的版本会按照在列表中顺序依次覆盖。Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type LayerVersionSimple Modifier and Type Method Description voidCreateFunctionRequest. setLayers(LayerVersionSimple[] Layers)Set 函数要关联的Layer版本列表,Layer会按照在列表中顺序依次覆盖。voidUpdateFunctionConfigurationRequest. setLayers(LayerVersionSimple[] Layers)Set 函数要关联的层版本列表,层的版本会按照在列表中顺序依次覆盖。Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type LayerVersionSimple Constructor Description LayerVersionSimple(LayerVersionSimple 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.
-