| 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 |
|---|---|
StopServerResult |
AbstractAWSTransfer.stopServer(StopServerRequest request) |
StopServerResult |
AWSTransferClient.stopServer(StopServerRequest request)
Changes the state of an SFTP server from
ONLINE to OFFLINE. |
StopServerResult |
AWSTransfer.stopServer(StopServerRequest stopServerRequest)
Changes the state of an SFTP server from
ONLINE to OFFLINE. |
| Modifier and Type | Method and Description |
|---|---|
Future<StopServerResult> |
AbstractAWSTransferAsync.stopServerAsync(StopServerRequest request,
AsyncHandler<StopServerRequest,StopServerResult> asyncHandler) |
Future<StopServerResult> |
AWSTransferAsyncClient.stopServerAsync(StopServerRequest request,
AsyncHandler<StopServerRequest,StopServerResult> asyncHandler) |
Future<StopServerResult> |
AWSTransferAsync.stopServerAsync(StopServerRequest stopServerRequest,
AsyncHandler<StopServerRequest,StopServerResult> asyncHandler)
Changes the state of an SFTP server from
ONLINE to OFFLINE. |
| Modifier and Type | Method and Description |
|---|---|
StopServerResult |
StopServerResult.clone() |
Copyright © 2019. All rights reserved.