| 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 | |
| com.amazonaws.services.transfer.waiters |
| Modifier and Type | Method and Description |
|---|---|
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. |
DescribeServerResult |
AbstractAWSTransfer.describeServer(DescribeServerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Future<DescribeServerResult> |
AbstractAWSTransferAsync.describeServerAsync(DescribeServerRequest request,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
DescribeServerResult.clone() |
DescribeServerResult |
DescribeServerResult.withServer(DescribedServer server)
An array containing the properties of a server with the
ServerID you specified. |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
DescribeServerFunction.apply(DescribeServerRequest describeServerRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.