| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
PosixUser |
PosixUser.clone() |
PosixUser |
CreateAccessPointRequest.getPosixUser()
The operating system user and group applied to all file system requests made using the access point.
|
PosixUser |
AccessPointDescription.getPosixUser()
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
PosixUser |
CreateAccessPointResult.getPosixUser()
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
PosixUser |
PosixUser.withGid(Long gid)
The POSIX group ID used for all file system operations using this access point.
|
PosixUser |
PosixUser.withSecondaryGids(Collection<Long> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
PosixUser |
PosixUser.withSecondaryGids(Long... secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
PosixUser |
PosixUser.withUid(Long uid)
The POSIX user ID used for all file system operations using this access point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccessPointRequest.setPosixUser(PosixUser posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
void |
AccessPointDescription.setPosixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
void |
CreateAccessPointResult.setPosixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
CreateAccessPointRequest |
CreateAccessPointRequest.withPosixUser(PosixUser posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
AccessPointDescription |
AccessPointDescription.withPosixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
CreateAccessPointResult |
CreateAccessPointResult.withPosixUser(PosixUser posixUser)
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is
used for all file operations by NFS clients using the access point.
|
Copyright © 2021. All rights reserved.