| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer Family is a fully managed service that enables the transfer of files over the 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
AbstractAWSTransfer.describeServer(DescribeServerRequest request) |
DescribeServerResult |
AWSTransferClient.describeServer(DescribeServerRequest request)
Describes a file transfer protocol-enabled server that you specify by passing the
ServerId
parameter. |
DescribeServerResult |
AWSTransfer.describeServer(DescribeServerRequest describeServerRequest)
Describes a file transfer protocol-enabled server that you specify by passing the
ServerId
parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeServerResult> |
AbstractAWSTransferAsync.describeServerAsync(DescribeServerRequest request,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler) |
Future<DescribeServerResult> |
AWSTransferAsyncClient.describeServerAsync(DescribeServerRequest request,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler) |
Future<DescribeServerResult> |
AWSTransferAsync.describeServerAsync(DescribeServerRequest describeServerRequest,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler)
Describes a file transfer protocol-enabled server that you specify by passing the
ServerId
parameter. |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
DescribeServerResult.clone() |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of a file transfer protocol-enabled server with the
ServerID you
specified. |
Copyright © 2020. All rights reserved.