| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
Layer | 
Layer.clone()  | 
Layer | 
Layer.withArn(String arn)
 The Amazon Resource Name (ARN) of the function layer. 
 | 
Layer | 
Layer.withCodeSize(Long codeSize)
 The size of the layer archive in bytes. 
 | 
Layer | 
Layer.withSigningJobArn(String signingJobArn)
 The Amazon Resource Name (ARN) of a signing job. 
 | 
Layer | 
Layer.withSigningProfileVersionArn(String signingProfileVersionArn)
 The Amazon Resource Name (ARN) for a signing profile version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Layer> | 
GetFunctionConfigurationResult.getLayers()
 The function's  layers. 
 | 
List<Layer> | 
FunctionConfiguration.getLayers()
 The function's  layers. 
 | 
List<Layer> | 
PublishVersionResult.getLayers()
 The function's  layers. 
 | 
List<Layer> | 
CreateFunctionResult.getLayers()
 The function's  layers. 
 | 
List<Layer> | 
UpdateFunctionConfigurationResult.getLayers()
 The function's  layers. 
 | 
List<Layer> | 
UpdateFunctionCodeResult.getLayers()
 The function's  layers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withLayers(Layer... layers)
 The function's  layers. 
 | 
PublishVersionResult | 
PublishVersionResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withLayers(Layer... layers)
 The function's  layers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetFunctionConfigurationResult.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
void | 
FunctionConfiguration.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
void | 
PublishVersionResult.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
void | 
CreateFunctionResult.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
void | 
UpdateFunctionConfigurationResult.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
void | 
UpdateFunctionCodeResult.setLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
GetFunctionConfigurationResult | 
GetFunctionConfigurationResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
FunctionConfiguration | 
FunctionConfiguration.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
PublishVersionResult | 
PublishVersionResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
CreateFunctionResult | 
CreateFunctionResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
UpdateFunctionConfigurationResult | 
UpdateFunctionConfigurationResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
UpdateFunctionCodeResult | 
UpdateFunctionCodeResult.withLayers(Collection<Layer> layers)
 The function's  layers. 
 | 
Copyright © 2021. All rights reserved.