| 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)
This property contains the unique Amazon Resource Name (ARN) for the user that was requested to be described.
|
DescribedUser |
DescribedUser.withHomeDirectory(String homeDirectory)
This property 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.withPolicy(String policy)
Specifies the name of the policy in use for the described user.
|
DescribedUser |
DescribedUser.withRole(String role)
This property specifies the IAM role that controls your user's access to your Amazon S3 bucket.
|
DescribedUser |
DescribedUser.withSshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
This property contains the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withSshPublicKeys(SshPublicKey... sshPublicKeys)
This property contains the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withTags(Collection<Tag> tags)
This property contains the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withTags(Tag... tags)
This property contains the key-value pairs for the user requested.
|
DescribedUser |
DescribedUser.withUserName(String userName)
This property is 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 © 2019. All rights reserved.