| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointPosixUserDetails.clone() |
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointDetails.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.
|
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointPosixUserDetails.withGid(String gid)
The POSIX group ID used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointPosixUserDetails.withSecondaryGids(Collection<String> secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointPosixUserDetails.withSecondaryGids(String... secondaryGids)
Secondary POSIX group IDs used for all file system operations using this access point.
|
AwsEfsAccessPointPosixUserDetails |
AwsEfsAccessPointPosixUserDetails.withUid(String uid)
The POSIX user ID used for all file system operations using this access point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEfsAccessPointDetails.setPosixUser(AwsEfsAccessPointPosixUserDetails 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.
|
AwsEfsAccessPointDetails |
AwsEfsAccessPointDetails.withPosixUser(AwsEfsAccessPointPosixUserDetails 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 © 2024. All rights reserved.