| 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 |
AbstractAWSTransfer.createConnector(CreateConnectorRequest request) |
CreateConnectorResult |
AWSTransfer.createConnector(CreateConnectorRequest createConnectorRequest)
Creates the connector, which captures the parameters for an outbound connection for the AS2 protocol.
|
CreateConnectorResult |
AWSTransferClient.createConnector(CreateConnectorRequest request)
Creates the connector, which captures the parameters for an outbound connection for the AS2 protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectorResult> |
AbstractAWSTransferAsync.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 an outbound connection for the AS2 protocol.
|
Future<CreateConnectorResult> |
AWSTransferAsyncClient.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 © 2023. All rights reserved.