| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
Amazon Web Services 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AWSTransferAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Assigns new properties to a user.
|
Future<UpdateUserResult> |
AbstractAWSTransferAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSTransferAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryMappings(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 |
UpdateUserRequest.withHomeDirectoryMappings(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 |
UpdateUserRequest.withHomeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the 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 server.
|
UpdateUserRequest |
UpdateUserRequest.withPolicy(String policy)
A session policy for your user so that you can use the same IAM role across multiple users.
|
UpdateUserRequest |
UpdateUserRequest.withPosixProfile(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 |
UpdateUserRequest.withRole(String role)
Specifies the Amazon Resource Name (ARN) of the IAM role that controls your users' access to your Amazon S3
bucket or EFS file system.
|
UpdateUserRequest |
UpdateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for a 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 © 2022. All rights reserved.