| 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 |
|---|---|
Future<StartDirectoryListingResult> |
AbstractAWSTransferAsync.startDirectoryListingAsync(StartDirectoryListingRequest request,
AsyncHandler<StartDirectoryListingRequest,StartDirectoryListingResult> asyncHandler) |
Future<StartDirectoryListingResult> |
AWSTransferAsync.startDirectoryListingAsync(StartDirectoryListingRequest startDirectoryListingRequest,
AsyncHandler<StartDirectoryListingRequest,StartDirectoryListingResult> asyncHandler)
Retrieves a list of the contents of a directory from a remote SFTP server.
|
Future<StartDirectoryListingResult> |
AWSTransferAsyncClient.startDirectoryListingAsync(StartDirectoryListingRequest request,
AsyncHandler<StartDirectoryListingRequest,StartDirectoryListingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartDirectoryListingRequest |
StartDirectoryListingRequest.clone() |
StartDirectoryListingRequest |
StartDirectoryListingRequest.withConnectorId(String connectorId)
The unique identifier for the connector.
|
StartDirectoryListingRequest |
StartDirectoryListingRequest.withMaxItems(Integer maxItems)
An optional parameter where you can specify the maximum number of file/directory names to retrieve.
|
StartDirectoryListingRequest |
StartDirectoryListingRequest.withOutputDirectoryPath(String outputDirectoryPath)
Specifies the path (bucket and prefix) in Amazon S3 storage to store the results of the directory listing.
|
StartDirectoryListingRequest |
StartDirectoryListingRequest.withRemoteDirectoryPath(String remoteDirectoryPath)
Specifies the directory on the remote SFTP server for which you want to list its contents.
|
Copyright © 2024. All rights reserved.