Uses of Class
com.tencentcloudapi.scf.v20180416.models.LayerVersionInfo
-
Packages that use LayerVersionInfo Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of LayerVersionInfo in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return LayerVersionInfo Modifier and Type Method Description LayerVersionInfo[]GetFunctionResponse. getLayers()Get 函数关联的Layer版本信息LayerVersionInfo[]ListLayersResponse. getLayers()Get 层列表LayerVersionInfo[]ListLayerVersionsResponse. getLayerVersions()Get 层版本列表Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type LayerVersionInfo Modifier and Type Method Description voidGetFunctionResponse. setLayers(LayerVersionInfo[] Layers)Set 函数关联的Layer版本信息voidListLayersResponse. setLayers(LayerVersionInfo[] Layers)Set 层列表voidListLayerVersionsResponse. setLayerVersions(LayerVersionInfo[] LayerVersions)Set 层版本列表Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type LayerVersionInfo Constructor Description LayerVersionInfo(LayerVersionInfo 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.
-