| 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 |
|---|---|
CreateAccessResult |
AbstractAWSTransfer.createAccess(CreateAccessRequest request) |
CreateAccessResult |
AWSTransferClient.createAccess(CreateAccessRequest request)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
CreateAccessResult |
AWSTransfer.createAccess(CreateAccessRequest createAccessRequest)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
Future<CreateAccessResult> |
AbstractAWSTransferAsync.createAccessAsync(CreateAccessRequest request) |
Future<CreateAccessResult> |
AWSTransferAsync.createAccessAsync(CreateAccessRequest createAccessRequest)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
Future<CreateAccessResult> |
AWSTransferAsyncClient.createAccessAsync(CreateAccessRequest request) |
Future<CreateAccessResult> |
AbstractAWSTransferAsync.createAccessAsync(CreateAccessRequest request,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler) |
Future<CreateAccessResult> |
AWSTransferAsync.createAccessAsync(CreateAccessRequest createAccessRequest,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
Future<CreateAccessResult> |
AWSTransferAsyncClient.createAccessAsync(CreateAccessRequest request,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAccessResult> |
AbstractAWSTransferAsync.createAccessAsync(CreateAccessRequest request,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler) |
Future<CreateAccessResult> |
AWSTransferAsync.createAccessAsync(CreateAccessRequest createAccessRequest,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
Future<CreateAccessResult> |
AWSTransferAsyncClient.createAccessAsync(CreateAccessRequest request,
AsyncHandler<CreateAccessRequest,CreateAccessResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAccessRequest |
CreateAccessRequest.clone() |
CreateAccessRequest |
CreateAccessRequest.withExternalId(String externalId)
A unique identifier that is required to identify specific groups within your directory.
|
CreateAccessRequest |
CreateAccessRequest.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.withPosixProfile(PosixProfile posixProfile) |
CreateAccessRequest |
CreateAccessRequest.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.
|
CreateAccessRequest |
CreateAccessRequest.withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
Copyright © 2023. All rights reserved.