| 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 |
|---|---|
StartFileTransferResult |
AbstractAWSTransfer.startFileTransfer(StartFileTransferRequest request) |
StartFileTransferResult |
AWSTransfer.startFileTransfer(StartFileTransferRequest startFileTransferRequest)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
StartFileTransferResult |
AWSTransferClient.startFileTransfer(StartFileTransferRequest request)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartFileTransferResult> |
AbstractAWSTransferAsync.startFileTransferAsync(StartFileTransferRequest request,
AsyncHandler<StartFileTransferRequest,StartFileTransferResult> asyncHandler) |
Future<StartFileTransferResult> |
AWSTransferAsync.startFileTransferAsync(StartFileTransferRequest startFileTransferRequest,
AsyncHandler<StartFileTransferRequest,StartFileTransferResult> asyncHandler)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
Future<StartFileTransferResult> |
AWSTransferAsyncClient.startFileTransferAsync(StartFileTransferRequest request,
AsyncHandler<StartFileTransferRequest,StartFileTransferResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartFileTransferResult |
StartFileTransferResult.clone() |
StartFileTransferResult |
StartFileTransferResult.withTransferId(String transferId)
Returns the unique identifier for the file transfer.
|
Copyright © 2024. All rights reserved.