| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer Family is a fully managed service that enables the transfer of files over the 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AbstractAWSTransferAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSTransferAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSTransferAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Assigns new properties to a user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withHomeDirectory(String homeDirectory)
Specifies the landing directory (folder) for a user when they log in to the file transfer protocol-enabled server
using their file transfer protocol client.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryMappings(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 |
UpdateUserRequest.withHomeDirectoryMappings(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 |
UpdateUserRequest.withHomeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the file
transfer protocol-enabled server.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the file
transfer protocol-enabled server.
|
UpdateUserRequest |
UpdateUserRequest.withPolicy(String policy)
Allows you to supply a scope-down policy for your user so you can use the same AWS Identity and Access Management
(IAM) role across multiple users.
|
UpdateUserRequest |
UpdateUserRequest.withRole(String role)
The IAM role that controls your users' access to your Amazon S3 bucket.
|
UpdateUserRequest |
UpdateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is
assigned to.
|
UpdateUserRequest |
UpdateUserRequest.withUserName(String userName)
A unique string that identifies a user and is associated with a file transfer protocol-enabled server as
specified by the
ServerId. |
Copyright © 2020. All rights reserved.