| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
PosixUser |
CreateAccessPointResponse.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.
|
PosixUser |
AccessPointDescription.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.
|
PosixUser |
CreateAccessPointRequest.posixUser()
The operating system user and group applied to all file system requests made using the access point.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessPointResponse.Builder |
CreateAccessPointResponse.Builder.posixUser(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.
|
AccessPointDescription.Builder |
AccessPointDescription.Builder.posixUser(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.Builder |
CreateAccessPointRequest.Builder.posixUser(PosixUser posixUser)
The operating system user and group applied to all file system requests made using the access point.
|
Copyright © 2023. All rights reserved.