| 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 |
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.
|
Future<CreateConnectorResult> |
AbstractAWSTransferAsync.createConnectorAsync(CreateConnectorRequest request) |
Future<CreateConnectorResult> |
AWSTransferAsync.createConnectorAsync(CreateConnectorRequest createConnectorRequest)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
Future<CreateConnectorResult> |
AWSTransferAsyncClient.createConnectorAsync(CreateConnectorRequest request) |
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 a connection for the AS2 or SFTP protocol.
|
Future<CreateConnectorResult> |
AWSTransferAsyncClient.createConnectorAsync(CreateConnectorRequest request,
AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler) |
| 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 a connection for the AS2 or SFTP protocol.
|
Future<CreateConnectorResult> |
AWSTransferAsyncClient.createConnectorAsync(CreateConnectorRequest request,
AsyncHandler<CreateConnectorRequest,CreateConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorRequest |
CreateConnectorRequest.clone() |
CreateConnectorRequest |
CreateConnectorRequest.withAccessRole(String accessRole)
Connectors are used to send files using either the AS2 or SFTP protocol.
|
CreateConnectorRequest |
CreateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 connector object.
|
CreateConnectorRequest |
CreateConnectorRequest.withLoggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a connector to turn
on CloudWatch logging for Amazon S3 events.
|
CreateConnectorRequest |
CreateConnectorRequest.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
CreateConnectorRequest |
CreateConnectorRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for connectors.
|
CreateConnectorRequest |
CreateConnectorRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for connectors.
|
CreateConnectorRequest |
CreateConnectorRequest.withUrl(String url)
The URL of the partner's AS2 or SFTP endpoint.
|
Copyright © 2023. All rights reserved.