| 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 |
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. |
Future<DescribeServerResult> |
AbstractAWSTransferAsync.describeServerAsync(DescribeServerRequest request) |
Future<DescribeServerResult> |
AWSTransferAsync.describeServerAsync(DescribeServerRequest describeServerRequest)
Describes a file transfer protocol-enabled server that you specify by passing the
ServerId
parameter. |
Future<DescribeServerResult> |
AWSTransferAsyncClient.describeServerAsync(DescribeServerRequest request) |
Future<DescribeServerResult> |
AbstractAWSTransferAsync.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> |
AWSTransferAsyncClient.describeServerAsync(DescribeServerRequest request,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeServerResult> |
AbstractAWSTransferAsync.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> |
AWSTransferAsyncClient.describeServerAsync(DescribeServerRequest request,
AsyncHandler<DescribeServerRequest,DescribeServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerRequest |
DescribeServerRequest.clone() |
DescribeServerRequest |
DescribeServerRequest.withServerId(String serverId)
A system-assigned unique identifier for a server.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeServerRequest> |
AWSTransferWaiters.serverOffline()
Builds a ServerOffline waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeServerRequest> |
AWSTransferWaiters.serverOnline()
Builds a ServerOnline waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| 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.