| 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 |
|---|---|
Future<UpdateConnectorResult> |
AbstractAWSTransferAsync.updateConnectorAsync(UpdateConnectorRequest request,
AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler) |
Future<UpdateConnectorResult> |
AWSTransferAsync.updateConnectorAsync(UpdateConnectorRequest updateConnectorRequest,
AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler)
Updates some of the parameters for an existing connector.
|
Future<UpdateConnectorResult> |
AWSTransferAsyncClient.updateConnectorAsync(UpdateConnectorRequest request,
AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorRequest |
UpdateConnectorRequest.clone() |
UpdateConnectorRequest |
UpdateConnectorRequest.withAccessRole(String accessRole)
With AS2, you can send files by calling
StartFileTransfer and specifying the file paths in the
request parameter, SendFilePaths. |
UpdateConnectorRequest |
UpdateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for a connector object.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withConnectorId(String connectorId)
The unique identifier for the connector.
|
UpdateConnectorRequest |
UpdateConnectorRequest.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.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withUrl(String url)
The URL of the partner's AS2 endpoint.
|
Copyright © 2023. All rights reserved.