| 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 |
|---|---|
CreateUserResult |
AbstractAWSTransfer.createUser(CreateUserRequest request) |
CreateUserResult |
AWSTransferClient.createUser(CreateUserRequest request)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
CreateUserResult |
AWSTransfer.createUser(CreateUserRequest createUserRequest)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
Future<CreateUserResult> |
AbstractAWSTransferAsync.createUserAsync(CreateUserRequest request) |
Future<CreateUserResult> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request) |
Future<CreateUserResult> |
AWSTransferAsync.createUserAsync(CreateUserRequest createUserRequest)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
Future<CreateUserResult> |
AbstractAWSTransferAsync.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
Future<CreateUserResult> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
Future<CreateUserResult> |
AWSTransferAsync.createUserAsync(CreateUserRequest createUserRequest,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserResult> |
AbstractAWSTransferAsync.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
Future<CreateUserResult> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
Future<CreateUserResult> |
AWSTransferAsync.createUserAsync(CreateUserRequest createUserRequest,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest |
CreateUserRequest.clone() |
CreateUserRequest |
CreateUserRequest.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the file transfer protocol-enabled server using the
client.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.withPolicy(String policy)
A scope-down policy for your user so you can use the same IAM role across multiple users.
|
CreateUserRequest |
CreateUserRequest.withRole(String role)
The IAM role that controls your users' access to your Amazon S3 bucket.
|
CreateUserRequest |
CreateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance.
|
CreateUserRequest |
CreateUserRequest.withSshPublicKeyBody(String sshPublicKeyBody)
The public portion of the Secure Shell (SSH) key used to authenticate the user to the file transfer
protocol-enabled server.
|
CreateUserRequest |
CreateUserRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for users.
|
CreateUserRequest |
CreateUserRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for users.
|
CreateUserRequest |
CreateUserRequest.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.