| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
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) or Amazon EFS.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
CreateUserResult |
AbstractAWSTransfer.createUser(CreateUserRequest request) |
CreateUserResult |
AWSTransfer.createUser(CreateUserRequest createUserRequest)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
CreateUserResult |
AWSTransferClient.createUser(CreateUserRequest request)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
Future<CreateUserResult> |
AbstractAWSTransferAsync.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> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request) |
Future<CreateUserResult> |
AbstractAWSTransferAsync.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.
|
Future<CreateUserResult> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserResult> |
AbstractAWSTransferAsync.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.
|
Future<CreateUserResult> |
AWSTransferAsyncClient.createUserAsync(CreateUserRequest request,
AsyncHandler<CreateUserRequest,CreateUserResult> asyncHandler) |
| 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 the client.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.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.
|
CreateUserRequest |
CreateUserRequest.withHomeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
CreateUserRequest |
CreateUserRequest.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
CreateUserRequest |
CreateUserRequest.withPolicy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
CreateUserRequest |
CreateUserRequest.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 EFS file
systems. |
CreateUserRequest |
CreateUserRequest.withRole(String role)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that controls your users' access
to your Amazon S3 bucket or Amazon EFS file system.
|
CreateUserRequest |
CreateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
CreateUserRequest |
CreateUserRequest.withSshPublicKeyBody(String sshPublicKeyBody)
The public portion of the Secure Shell (SSH) key used to authenticate the user to the 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
ServerId. |
Copyright © 2024. All rights reserved.