| 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 |
|---|---|
StartDirectoryListingResult |
AbstractAWSTransfer.startDirectoryListing(StartDirectoryListingRequest request) |
StartDirectoryListingResult |
AWSTransfer.startDirectoryListing(StartDirectoryListingRequest startDirectoryListingRequest)
Retrieves a list of the contents of a directory from a remote SFTP server.
|
StartDirectoryListingResult |
AWSTransferClient.startDirectoryListing(StartDirectoryListingRequest request)
Retrieves a list of the contents of a directory from a remote SFTP server.
|
| 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 |
|---|---|
StartDirectoryListingResult |
StartDirectoryListingResult.clone() |
StartDirectoryListingResult |
StartDirectoryListingResult.withListingId(String listingId)
Returns a unique identifier for the directory listing call.
|
StartDirectoryListingResult |
StartDirectoryListingResult.withOutputFileName(String outputFileName)
Returns the file name where the results are stored.
|
Copyright © 2024. All rights reserved.