Uses of Class
software.amazon.awssdk.services.transfer.model.PosixProfile
-
Packages that use PosixProfile Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of PosixProfile in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return PosixProfile Modifier and Type Method Description PosixProfileCreateAccessRequest. posixProfile()Returns the value of the PosixProfile property for this object.PosixProfileCreateUserRequest. posixProfile()Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems.PosixProfileDescribedAccess. posixProfile()Returns the value of the PosixProfile property for this object.PosixProfileDescribedExecution. posixProfile()Returns the value of the PosixProfile property for this object.PosixProfileDescribedUser. posixProfile()Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.PosixProfileUpdateAccessRequest. posixProfile()Returns the value of the PosixProfile property for this object.PosixProfileUpdateUserRequest. posixProfile()Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File Systems (Amazon EFS).Methods in software.amazon.awssdk.services.transfer.model with parameters of type PosixProfile Modifier and Type Method Description CreateAccessRequest.BuilderCreateAccessRequest.Builder. posixProfile(PosixProfile posixProfile)Sets the value of the PosixProfile property for this object.CreateUserRequest.BuilderCreateUserRequest.Builder. posixProfile(PosixProfile posixProfile)Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems.DescribedAccess.BuilderDescribedAccess.Builder. posixProfile(PosixProfile posixProfile)Sets the value of the PosixProfile property for this object.DescribedExecution.BuilderDescribedExecution.Builder. posixProfile(PosixProfile posixProfile)Sets the value of the PosixProfile property for this object.DescribedUser.BuilderDescribedUser.Builder. posixProfile(PosixProfile posixProfile)Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File System (Amazon EFS) file systems.UpdateAccessRequest.BuilderUpdateAccessRequest.Builder. posixProfile(PosixProfile posixProfile)Sets the value of the PosixProfile property for this object.UpdateUserRequest.BuilderUpdateUserRequest.Builder. posixProfile(PosixProfile posixProfile)Specifies the full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic File Systems (Amazon EFS).
-