| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUserResult |
AbstractAWSTransfer.createUser(CreateUserRequest request) |
CreateUserResult |
AWSTransferClient.createUser(CreateUserRequest request)
Adds a user and associate them with an existing Secure File Transfer Protocol (SFTP) server.
|
CreateUserResult |
AWSTransfer.createUser(CreateUserRequest createUserRequest)
Adds a user and associate 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)
Adds a user and associate 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)
Adds a user and associate 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)
Adds a user and associate 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.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 Shall (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.