| 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 |
|---|---|
TestConnectionResult |
AWSTransferClient.testConnection(TestConnectionRequest request)
Tests whether your SFTP connector is set up successfully.
|
TestConnectionResult |
AWSTransfer.testConnection(TestConnectionRequest testConnectionRequest)
Tests whether your SFTP connector is set up successfully.
|
TestConnectionResult |
AbstractAWSTransfer.testConnection(TestConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<TestConnectionResult> |
AWSTransferAsyncClient.testConnectionAsync(TestConnectionRequest request,
AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler) |
Future<TestConnectionResult> |
AWSTransferAsync.testConnectionAsync(TestConnectionRequest testConnectionRequest,
AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)
Tests whether your SFTP connector is set up successfully.
|
Future<TestConnectionResult> |
AbstractAWSTransferAsync.testConnectionAsync(TestConnectionRequest request,
AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestConnectionResult |
TestConnectionResult.clone() |
TestConnectionResult |
TestConnectionResult.withConnectorId(String connectorId)
Returns the identifier of the connector object that you are testing.
|
TestConnectionResult |
TestConnectionResult.withStatus(String status)
Returns
OK for successful test, or ERROR if the test fails. |
TestConnectionResult |
TestConnectionResult.withStatusMessage(String statusMessage)
Returns
Connection succeeded if the test is successful. |
Copyright © 2025. All rights reserved.