| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer |
Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP),
File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserResponse |
TransferClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Assigns new properties to a user.
|
default CompletableFuture<UpdateUserResponse> |
TransferAsyncClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Assigns new properties to a user.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserRequest.Builder |
UpdateUserRequest.builder() |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(Consumer<HomeDirectoryMapEntry.Builder>... 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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.policy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
default UpdateUserRequest.Builder |
UpdateUserRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> 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 Systems (Amazon EFS). |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.posixProfile(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 Systems (Amazon EFS). |
UpdateUserRequest.Builder |
UpdateUserRequest.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.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.serverId(String serverId)
A system-assigned unique identifier for a Transfer Family server instance that the user is assigned to.
|
UpdateUserRequest.Builder |
UpdateUserRequest.toBuilder() |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.userName(String userName)
A unique string that identifies a user and is associated with a server as specified by the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUserRequest.Builder> |
UpdateUserRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.