| 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 |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateAccessResult |
CreateAccessResult.clone() |
CreateAccessResult |
CreateAccessResult.withExternalId(String externalId)
The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the
enabled protocols using Transfer Family.
|
CreateAccessResult |
CreateAccessResult.withServerId(String serverId)
The identifier of the server that the user is attached to.
|
Copyright © 2024. All rights reserved.