Package | Description |
---|---|
com.tencentcloudapi.scf.v20180416.models |
Modifier and Type | Method and Description |
---|---|
LayerVersionSimple[] |
CreateFunctionRequest.getLayers()
Get List of layer versions to be associate with the function.
|
LayerVersionSimple[] |
UpdateFunctionConfigurationRequest.getLayers()
Get List of layer versions that bound with the function.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setLayers(LayerVersionSimple[] Layers)
Set List of layer versions to be associate with the function.
|
void |
UpdateFunctionConfigurationRequest.setLayers(LayerVersionSimple[] Layers)
Set List of layer versions that bound with the function.
|
Constructor and 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.
|
Copyright © 2021. All rights reserved.