| 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.
|
Future<CreateConnectorResult> |
AbstractAWSTransferAsync.createConnectorAsync(CreateConnectorRequest request) |
Future<CreateConnectorResult> |
AWSTransferAsync.createConnectorAsync(CreateConnectorRequest createConnectorRequest)
Creates the connector, which captures the parameters for an outbound connection for the AS2 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 an outbound connection for the AS2 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 an outbound connection for the AS2 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)
With AS2, you can send files by calling
StartFileTransfer and specifying the file paths in the
request parameter, SendFilePaths. |
CreateConnectorRequest |
CreateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for a 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.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 endpoint.
|
Copyright © 2023. All rights reserved.