| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionLayer |
AwsLambdaFunctionLayer.clone() |
AwsLambdaFunctionLayer |
AwsLambdaFunctionLayer.withArn(String arn)
The ARN of the function layer.
|
AwsLambdaFunctionLayer |
AwsLambdaFunctionLayer.withCodeSize(Integer codeSize)
The size of the layer archive in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsLambdaFunctionLayer> |
AwsLambdaFunctionDetails.getLayers()
The function's layers.
|
| Modifier and Type | Method and Description |
|---|---|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(AwsLambdaFunctionLayer... layers)
The function's layers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsLambdaFunctionDetails.setLayers(Collection<AwsLambdaFunctionLayer> layers)
The function's layers.
|
AwsLambdaFunctionDetails |
AwsLambdaFunctionDetails.withLayers(Collection<AwsLambdaFunctionLayer> layers)
The function's layers.
|
Copyright © 2024. All rights reserved.