| 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 user account for the
ServerID value that you specified. |
DescribedUser |
DescribedUser.withArn(String arn)
Contains the unique Amazon Resource Name (ARN) for the user that was requested to be described.
|
DescribedUser |
DescribedUser.withHomeDirectory(String homeDirectory)
Specifies the landing directory (or folder), which is the location that files are written to or read from in an
Amazon S3 bucket for the described user.
|
DescribedUser |
DescribedUser.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that you specified for what Amazon S3 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 you specified for what Amazon S3 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) you mapped for your users to see when they log into the file transfer
protocol-enabled server.
|
DescribedUser |
DescribedUser.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) you mapped for your users to see when they log into the file transfer
protocol-enabled server.
|
DescribedUser |
DescribedUser.withPolicy(String policy)
Specifies the name of the policy in use for the described user.
|
DescribedUser |
DescribedUser.withRole(String role)
Specifies the IAM role that controls your users' access to your Amazon S3 bucket.
|
DescribedUser |
DescribedUser.withSshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Contains the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withSshPublicKeys(SshPublicKey... sshPublicKeys)
Contains the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withTags(Collection<Tag> tags)
Contains the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withTags(Tag... tags)
Contains the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withUserName(String userName)
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 user account for the
ServerID value that you specified. |
DescribeUserResult |
DescribeUserResult.withUser(DescribedUser user)
An array containing the properties of the user account for the
ServerID value that you specified. |
Copyright © 2020. All rights reserved.