| 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<ListConnectorsResult> |
AWSTransferAsyncClient.listConnectorsAsync(ListConnectorsRequest request,
AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler) |
Future<ListConnectorsResult> |
AWSTransferAsync.listConnectorsAsync(ListConnectorsRequest listConnectorsRequest,
AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler)
Lists the connectors for the specified Region.
|
Future<ListConnectorsResult> |
AbstractAWSTransferAsync.listConnectorsAsync(ListConnectorsRequest request,
AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsRequest |
ListConnectorsRequest.clone() |
ListConnectorsRequest |
ListConnectorsRequest.withMaxResults(Integer maxResults)
The maximum number of connectors to return.
|
ListConnectorsRequest |
ListConnectorsRequest.withNextToken(String nextToken)
When you can get additional results from the
ListConnectors call, a NextToken parameter
is returned in the output. |
Copyright © 2023. All rights reserved.