| 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 |
|---|---|
ListConnectorsResult |
AbstractAWSTransfer.listConnectors(ListConnectorsRequest request) |
ListConnectorsResult |
AWSTransferClient.listConnectors(ListConnectorsRequest request)
Lists the connectors for the specified Region.
|
ListConnectorsResult |
AWSTransfer.listConnectors(ListConnectorsRequest listConnectorsRequest)
Lists the connectors for the specified Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListConnectorsResult> |
AbstractAWSTransferAsync.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> |
AWSTransferAsyncClient.listConnectorsAsync(ListConnectorsRequest request,
AsyncHandler<ListConnectorsRequest,ListConnectorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.clone() |
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ListedConnector> connectors)
Returns an array, where each item contains the details of a connector.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ListedConnector... connectors)
Returns an array, where each item contains the details of a connector.
|
ListConnectorsResult |
ListConnectorsResult.withNextToken(String nextToken)
Returns a token that you can use to call
ListConnectors again and receive additional results, if
there are any. |
Copyright © 2023. All rights reserved.