| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaVolumeMount |
LambdaVolumeMount.clone() |
LambdaVolumeMount |
LambdaVolumeMount.withAddGroupOwner(Boolean addGroupOwner)
Whether or not to add the IoT Greengrass user group as an owner of the volume.
|
LambdaVolumeMount |
LambdaVolumeMount.withDestinationPath(String destinationPath)
The path to the logical volume in the file system.
|
LambdaVolumeMount |
LambdaVolumeMount.withPermission(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaVolumeMount |
LambdaVolumeMount.withPermission(String permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaVolumeMount |
LambdaVolumeMount.withSourcePath(String sourcePath)
The path to the physical volume in the file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaVolumeMount> |
LambdaContainerParams.getVolumes()
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaContainerParams |
LambdaContainerParams.withVolumes(LambdaVolumeMount... volumes)
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaContainerParams.setVolumes(Collection<LambdaVolumeMount> volumes)
The list of volumes that the container can access.
|
LambdaContainerParams |
LambdaContainerParams.withVolumes(Collection<LambdaVolumeMount> volumes)
The list of volumes that the container can access.
|
Copyright © 2024. All rights reserved.