| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedUser.Builder |
ListedUser.Builder.arn(String arn)
Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.
|
static ListedUser.Builder |
ListedUser.builder() |
ListedUser.Builder |
ListedUser.Builder.homeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
ListedUser.Builder |
ListedUser.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
ListedUser.Builder |
ListedUser.Builder.homeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
ListedUser.Builder |
ListedUser.Builder.role(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.
|
ListedUser.Builder |
ListedUser.Builder.sshPublicKeyCount(Integer sshPublicKeyCount)
Specifies the number of SSH public keys stored for the user you specified.
|
ListedUser.Builder |
ListedUser.toBuilder() |
ListedUser.Builder |
ListedUser.Builder.userName(String userName)
Specifies the name of the user whose ARN was specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListedUser.Builder> |
ListedUser.serializableBuilderClass() |
Copyright © 2023. All rights reserved.