Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEfsAccessPointPosixUserDetails
-
Packages that use AwsEfsAccessPointPosixUserDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEfsAccessPointPosixUserDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEfsAccessPointPosixUserDetails Modifier and Type Method Description AwsEfsAccessPointPosixUserDetailsAwsEfsAccessPointDetails. 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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEfsAccessPointPosixUserDetails Modifier and Type Method Description AwsEfsAccessPointDetails.BuilderAwsEfsAccessPointDetails.Builder. posixUser(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.
-