| 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> |
AWSTransferAsyncClient.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> |
AbstractAWSTransferAsync.updateConnectorAsync(UpdateConnectorRequest request,
AsyncHandler<UpdateConnectorRequest,UpdateConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorRequest |
UpdateConnectorRequest.clone() |
UpdateConnectorRequest |
UpdateConnectorRequest.withAccessRole(String accessRole)
Connectors are used to send files using either the AS2 or SFTP protocol.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withAs2Config(As2ConnectorConfig as2Config)
A structure that contains the parameters for an AS2 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.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy for the connector.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withUrl(String url)
The URL of the partner's AS2 or SFTP endpoint.
|
Copyright © 2025. All rights reserved.