| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaLinuxProcessParams |
LambdaLinuxProcessParams.clone() |
LambdaLinuxProcessParams |
LambdaExecutionParameters.getLinuxProcessParams()
The parameters for the Linux process that contains the Lambda function.
|
LambdaLinuxProcessParams |
LambdaLinuxProcessParams.withContainerParams(LambdaContainerParams containerParams)
The parameters for the container in which the Lambda function runs.
|
LambdaLinuxProcessParams |
LambdaLinuxProcessParams.withIsolationMode(LambdaIsolationMode isolationMode)
The isolation mode for the process that contains the Lambda function.
|
LambdaLinuxProcessParams |
LambdaLinuxProcessParams.withIsolationMode(String isolationMode)
The isolation mode for the process that contains the Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaExecutionParameters.setLinuxProcessParams(LambdaLinuxProcessParams linuxProcessParams)
The parameters for the Linux process that contains the Lambda function.
|
LambdaExecutionParameters |
LambdaExecutionParameters.withLinuxProcessParams(LambdaLinuxProcessParams linuxProcessParams)
The parameters for the Linux process that contains the Lambda function.
|
Copyright © 2025. All rights reserved.