| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeviceMount |
LambdaDeviceMount.clone() |
LambdaDeviceMount |
LambdaDeviceMount.withAddGroupOwner(Boolean addGroupOwner)
Whether or not to add the component's system user as an owner of the device.
|
LambdaDeviceMount |
LambdaDeviceMount.withPath(String path)
The mount path for the device in the file system.
|
LambdaDeviceMount |
LambdaDeviceMount.withPermission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
LambdaDeviceMount |
LambdaDeviceMount.withPermission(String permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
| Modifier and Type | Method and Description |
|---|---|
List<LambdaDeviceMount> |
LambdaContainerParams.getDevices()
The list of system devices that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaContainerParams |
LambdaContainerParams.withDevices(LambdaDeviceMount... devices)
The list of system devices that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaContainerParams.setDevices(Collection<LambdaDeviceMount> devices)
The list of system devices that the container can access.
|
LambdaContainerParams |
LambdaContainerParams.withDevices(Collection<LambdaDeviceMount> devices)
The list of system devices that the container can access.
|
Copyright © 2022. All rights reserved.