Uses of Class
software.amazon.awssdk.services.datasync.model.PosixPermissions
-
Packages that use PosixPermissions Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of PosixPermissions in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return PosixPermissions Modifier and Type Method Description static PosixPermissionsPosixPermissions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PosixPermissionsOptions. posixPermissions()Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.static PosixPermissionsPosixPermissions. valueOf(String name)Returns the enum constant of this type with the specified name.static PosixPermissions[]PosixPermissions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type PosixPermissions Modifier and Type Method Description static Set<PosixPermissions>PosixPermissions. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type PosixPermissions Modifier and Type Method Description Options.BuilderOptions.Builder. posixPermissions(PosixPermissions posixPermissions)Specifies which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
-