Uses of Class
software.amazon.awssdk.services.greengrassv2.model.LambdaFilesystemPermission
-
Packages that use LambdaFilesystemPermission Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of LambdaFilesystemPermission in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return LambdaFilesystemPermission Modifier and Type Method Description static LambdaFilesystemPermissionLambdaFilesystemPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LambdaFilesystemPermissionLambdaDeviceMount. permission()The permission to access the device: read/only (ro) or read/write (rw).LambdaFilesystemPermissionLambdaVolumeMount. permission()The permission to access the volume: read/only (ro) or read/write (rw).static LambdaFilesystemPermissionLambdaFilesystemPermission. 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.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type LambdaFilesystemPermission Modifier and Type Method Description static Set<LambdaFilesystemPermission>LambdaFilesystemPermission. knownValues()Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type LambdaFilesystemPermission Modifier and Type Method Description LambdaDeviceMount.BuilderLambdaDeviceMount.Builder. permission(LambdaFilesystemPermission permission)The permission to access the device: read/only (ro) or read/write (rw).LambdaVolumeMount.BuilderLambdaVolumeMount.Builder. permission(LambdaFilesystemPermission permission)The permission to access the volume: read/only (ro) or read/write (rw).
-