| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedUser |
DescribedUser.clone() |
DescribedUser |
DescribeUserResult.getUser()
An array containing the properties of the Transfer Family user for the
ServerID value that you
specified. |
DescribedUser |
DescribedUser.withArn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.
|
DescribedUser |
DescribedUser.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
DescribedUser |
DescribedUser.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser |
DescribedUser.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser |
DescribedUser.withHomeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
DescribedUser |
DescribedUser.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
DescribedUser |
DescribedUser.withPolicy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
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. |
DescribedUser |
DescribedUser.withRole(String role)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that controls your users' access
to your Amazon S3 bucket or Amazon EFS file system.
|
DescribedUser |
DescribedUser.withSshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withSshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withTags(Collection<Tag> tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withTags(Tag... tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withUserName(String userName)
Specifies the name of the user that was requested to be described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserResult.setUser(DescribedUser user)
An array containing the properties of the Transfer Family user for the
ServerID value that you
specified. |
DescribeUserResult |
DescribeUserResult.withUser(DescribedUser user)
An array containing the properties of the Transfer Family user for the
ServerID value that you
specified. |
Copyright © 2023. All rights reserved.