| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
PosixProfile |
CreateUserRequest.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. |
PosixProfile |
DescribedUser.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. |
PosixProfile |
DescribedAccess.posixProfile()
Returns the value of the PosixProfile property for this object.
|
PosixProfile |
CreateAccessRequest.posixProfile()
Returns the value of the PosixProfile property for this object.
|
PosixProfile |
UpdateUserRequest.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). |
PosixProfile |
UpdateAccessRequest.posixProfile()
Returns the value of the PosixProfile property for this object.
|
PosixProfile |
DescribedExecution.posixProfile()
Returns the value of the PosixProfile property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
CreateUserRequest.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. |
DescribedUser.Builder |
DescribedUser.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. |
DescribedAccess.Builder |
DescribedAccess.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
CreateAccessRequest.Builder |
CreateAccessRequest.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
UpdateUserRequest.Builder |
UpdateUserRequest.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). |
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
DescribedExecution.Builder |
DescribedExecution.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
Copyright © 2023. All rights reserved.