| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFilesystemPermission |
LambdaFilesystemPermission.fromValue(String value)
Use this in place of valueOf.
|
static LambdaFilesystemPermission |
LambdaFilesystemPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaFilesystemPermission[] |
LambdaFilesystemPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaDeviceMount |
LambdaDeviceMount.withPermission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
LambdaVolumeMount |
LambdaVolumeMount.withPermission(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
Copyright © 2022. All rights reserved.