| 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 |
|---|---|
CreateConnectorResult |
AWSTransferClient.createConnector(CreateConnectorRequest request)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
CreateConnectorResult |
AWSTransfer.createConnector(CreateConnectorRequest createConnectorRequest)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
CreateConnectorResult |
AbstractAWSTransfer.createConnector(CreateConnectorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectorResult> |
AWSTransferAsyncClient.createConnectorAsync(CreateConnectorRequest request,
AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler) |
Future<CreateConnectorResult> |
AWSTransferAsync.createConnectorAsync(CreateConnectorRequest createConnectorRequest,
AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
Future<CreateConnectorResult> |
AbstractAWSTransferAsync.createConnectorAsync(CreateConnectorRequest request,
AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorResult |
CreateConnectorResult.clone() |
CreateConnectorResult |
CreateConnectorResult.withConnectorId(String connectorId)
The unique identifier for the connector, returned after the API call succeeds.
|
Copyright © 2025. All rights reserved.