| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedUser |
ListedUser.clone() |
ListedUser |
ListedUser.withArn(String arn)
This property is the unique Amazon Resource Name (ARN) for the user that you wish to learn about.
|
ListedUser |
ListedUser.withHomeDirectory(String homeDirectory)
This value specifies the location that files are written to or read from an Amazon S3 bucket for the user you
specify by their ARN.
|
ListedUser |
ListedUser.withRole(String role)
The role in use by this user.
|
ListedUser |
ListedUser.withSshPublicKeyCount(Integer sshPublicKeyCount)
This value is the number of SSH public keys stored for the user you specified.
|
ListedUser |
ListedUser.withUserName(String userName)
The name of the user whose ARN was specified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedUser> |
ListUsersResult.getUsers()
Returns the user accounts and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(ListedUser... users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<ListedUser> users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
ListUsersResult |
ListUsersResult.withUsers(Collection<ListedUser> users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
Copyright © 2019. All rights reserved.