| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
PosixProfile |
PosixProfile.clone() |
PosixProfile |
CreateAccessRequest.getPosixProfile() |
PosixProfile |
UpdateAccessRequest.getPosixProfile() |
PosixProfile |
DescribedExecution.getPosixProfile() |
PosixProfile |
DescribedAccess.getPosixProfile() |
PosixProfile |
UpdateUserRequest.getPosixProfile()
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). |
PosixProfile |
CreateUserRequest.getPosixProfile()
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. |
PosixProfile |
DescribedUser.getPosixProfile()
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. |
PosixProfile |
PosixProfile.withGid(Long gid)
The POSIX group ID used for all EFS operations by this user.
|
PosixProfile |
PosixProfile.withSecondaryGids(Collection<Long> secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile |
PosixProfile.withSecondaryGids(Long... secondaryGids)
The secondary POSIX group IDs used for all EFS operations by this user.
|
PosixProfile |
PosixProfile.withUid(Long uid)
The POSIX user ID used for all EFS operations by this user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAccessRequest.setPosixProfile(PosixProfile posixProfile) |
void |
UpdateAccessRequest.setPosixProfile(PosixProfile posixProfile) |
void |
DescribedExecution.setPosixProfile(PosixProfile posixProfile) |
void |
DescribedAccess.setPosixProfile(PosixProfile posixProfile) |
void |
UpdateUserRequest.setPosixProfile(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). |
void |
CreateUserRequest.setPosixProfile(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. |
void |
DescribedUser.setPosixProfile(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. |
CreateAccessRequest |
CreateAccessRequest.withPosixProfile(PosixProfile posixProfile) |
UpdateAccessRequest |
UpdateAccessRequest.withPosixProfile(PosixProfile posixProfile) |
DescribedExecution |
DescribedExecution.withPosixProfile(PosixProfile posixProfile) |
DescribedAccess |
DescribedAccess.withPosixProfile(PosixProfile posixProfile) |
UpdateUserRequest |
UpdateUserRequest.withPosixProfile(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). |
CreateUserRequest |
CreateUserRequest.withPosixProfile(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. |
DescribedUser |
DescribedUser.withPosixProfile(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. |
Copyright © 2022. All rights reserved.