| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFilesystemPermission |
LambdaFilesystemPermission.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LambdaFilesystemPermission |
LambdaVolumeMount.permission()
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaFilesystemPermission |
LambdaDeviceMount.permission()
The permission to access the device: read/only (
ro) or read/write (rw). |
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 |
|---|---|
static Set<LambdaFilesystemPermission> |
LambdaFilesystemPermission.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.permission(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaDeviceMount.Builder |
LambdaDeviceMount.Builder.permission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
Copyright © 2023. All rights reserved.