| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaContainerParams |
LambdaContainerParams.clone() |
LambdaContainerParams |
LambdaLinuxProcessParams.getContainerParams()
The parameters for the container in which the Lambda function runs.
|
LambdaContainerParams |
LambdaContainerParams.withDevices(Collection<LambdaDeviceMount> devices)
The list of system devices that the container can access.
|
LambdaContainerParams |
LambdaContainerParams.withDevices(LambdaDeviceMount... devices)
The list of system devices that the container can access.
|
LambdaContainerParams |
LambdaContainerParams.withMemorySizeInKB(Integer memorySizeInKB)
The memory size of the container, expressed in kilobytes.
|
LambdaContainerParams |
LambdaContainerParams.withMountROSysfs(Boolean mountROSysfs)
Whether or not the container can read information from the device's
/sys folder. |
LambdaContainerParams |
LambdaContainerParams.withVolumes(Collection<LambdaVolumeMount> volumes)
The list of volumes that the container can access.
|
LambdaContainerParams |
LambdaContainerParams.withVolumes(LambdaVolumeMount... volumes)
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaLinuxProcessParams.setContainerParams(LambdaContainerParams containerParams)
The parameters for the container in which the Lambda function runs.
|
LambdaLinuxProcessParams |
LambdaLinuxProcessParams.withContainerParams(LambdaContainerParams containerParams)
The parameters for the container in which the Lambda function runs.
|
Copyright © 2021. All rights reserved.