| 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 |
|---|---|
UpdateConnectorResult |
AWSTransferClient.updateConnector(UpdateConnectorRequest request)
Updates some of the parameters for an existing connector.
|
UpdateConnectorResult |
AWSTransfer.updateConnector(UpdateConnectorRequest updateConnectorRequest)
Updates some of the parameters for an existing connector.
|
UpdateConnectorResult |
AbstractAWSTransfer.updateConnector(UpdateConnectorRequest request) |
| 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 |
|---|---|
UpdateConnectorResult |
UpdateConnectorResult.clone() |
UpdateConnectorResult |
UpdateConnectorResult.withConnectorId(String connectorId)
Returns the identifier of the connector object that you are updating.
|
Copyright © 2025. All rights reserved.