Uses of Class
software.amazon.awssdk.services.efs.model.PosixUser
-
Packages that use PosixUser Package Description software.amazon.awssdk.services.efs.model -
-
Uses of PosixUser in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return PosixUser Modifier and Type Method Description PosixUserAccessPointDescription. 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.PosixUserCreateAccessPointRequest. posixUser()The operating system user and group applied to all file system requests made using the access point.PosixUserCreateAccessPointResponse. 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.efs.model with parameters of type PosixUser Modifier and Type Method Description AccessPointDescription.BuilderAccessPointDescription.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.BuilderCreateAccessPointRequest.Builder. posixUser(PosixUser posixUser)The operating system user and group applied to all file system requests made using the access point.CreateAccessPointResponse.BuilderCreateAccessPointResponse.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.
-