| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer for SFTP is a fully managed service that enables the transfer of files directly into and out of Amazon
S3 using the Secure File Transfer Protocol (SFTP)—also known as Secure Shell (SSH) File Transfer Protocol.
|
| 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)
A parameter that specifies the landing directory (folder) for a user when they log in to the server using their
client.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what 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 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 SFTP
serve.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the SFTP
serve.
|
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 user's access to your Amazon S3 bucket.
|
UpdateUserRequest |
UpdateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP 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 server as specified by the
ServerId. |
Copyright © 2019. All rights reserved.