| 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 |
|---|---|
CreateUserResult |
AbstractAWSTransfer.createUser(CreateUserRequest request) |
CreateUserResult |
AWSTransferClient.createUser(CreateUserRequest request)
Creates a user and associates them with an existing Secure File Transfer Protocol (SFTP) server.
|
CreateUserResult |
AWSTransfer.createUser(CreateUserRequest createUserRequest)
Creates a user and associates them with an existing Secure File Transfer Protocol (SFTP) 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 Secure File Transfer Protocol (SFTP) 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 Secure File Transfer Protocol (SFTP) 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 Secure File Transfer Protocol (SFTP) 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 server using their SFTP client.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.withHomeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the SFTP
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 SFTP
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 user's access to your Amazon S3 bucket.
|
CreateUserRequest |
CreateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance.
|
CreateUserRequest |
CreateUserRequest.withSshPublicKeyBody(String sshPublicKeyBody)
The public portion of the Secure Shell (SSH) key used to authenticate the user to the SFTP 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 server as specified by the
ServerId. |
Copyright © 2019. All rights reserved.