| 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.
|
Future<StartFileTransferResult> |
AbstractAWSTransferAsync.startFileTransferAsync(StartFileTransferRequest request) |
Future<StartFileTransferResult> |
AWSTransferAsync.startFileTransferAsync(StartFileTransferRequest startFileTransferRequest)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
Future<StartFileTransferResult> |
AWSTransferAsyncClient.startFileTransferAsync(StartFileTransferRequest request) |
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 |
|---|---|
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 |
|---|---|
StartFileTransferRequest |
StartFileTransferRequest.clone() |
StartFileTransferRequest |
StartFileTransferRequest.withConnectorId(String connectorId)
The unique identifier for the connector.
|
StartFileTransferRequest |
StartFileTransferRequest.withLocalDirectoryPath(String localDirectoryPath)
For an inbound transfer, the
LocaDirectoryPath specifies the destination for one or more files that
are transferred from the partner's SFTP server. |
StartFileTransferRequest |
StartFileTransferRequest.withRemoteDirectoryPath(String remoteDirectoryPath)
For an outbound transfer, the
RemoteDirectoryPath specifies the destination for one or more files
that are transferred to the partner's SFTP server. |
StartFileTransferRequest |
StartFileTransferRequest.withRetrieveFilePaths(Collection<String> retrieveFilePaths)
One or more source paths for the partner's SFTP server.
|
StartFileTransferRequest |
StartFileTransferRequest.withRetrieveFilePaths(String... retrieveFilePaths)
One or more source paths for the partner's SFTP server.
|
StartFileTransferRequest |
StartFileTransferRequest.withSendFilePaths(Collection<String> sendFilePaths)
One or more source paths for the Amazon S3 storage.
|
StartFileTransferRequest |
StartFileTransferRequest.withSendFilePaths(String... sendFilePaths)
One or more source paths for the Amazon S3 storage.
|
Copyright © 2024. All rights reserved.