| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer for SFTP is a fully managed service that enables the transfer of files directly into and out of Amazon
S3 using the Secure File Transfer Protocol (SFTP)—also known as Secure Shell (SSH) File Transfer Protocol.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
AbstractAWSTransfer.describeServer(DescribeServerRequest request) |
DescribeServerResult |
AWSTransferClient.describeServer(DescribeServerRequest request)
Describes the server that you specify by passing the
ServerId parameter. |
DescribeServerResult |
AWSTransfer.describeServer(DescribeServerRequest describeServerRequest)
Describes the 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 the 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 the server with the
ServerID you specified. |
Copyright © 2019. All rights reserved.