| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer |
AWS 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).
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateUserResponse> |
TransferAsyncClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Assigns new properties to a user.
|
default UpdateUserResponse |
TransferClient.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)
Specifies the landing directory (folder) for a user when they log in to the server using their file transfer
protocol client.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 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 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 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) you want your users' home directory to be when they log into the
server.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into 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)
Allows you to supply a scope-down policy for your user so you can use the same IAM role across multiple
users.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.role(String role)
The IAM role that controls your users' access to your Amazon S3 bucket.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.serverId(String serverId)
A system-assigned unique identifier for a server instance that the user account 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 © 2020. All rights reserved.