| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| 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. |
Future<StopServerResult> |
AbstractAWSTransferAsync.stopServerAsync(StopServerRequest request) |
Future<StopServerResult> |
AWSTransferAsyncClient.stopServerAsync(StopServerRequest request) |
Future<StopServerResult> |
AWSTransferAsync.stopServerAsync(StopServerRequest stopServerRequest)
Changes the state of an SFTP server from
ONLINE to OFFLINE. |
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 |
|---|---|
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 |
|---|---|
StopServerRequest |
StopServerRequest.clone() |
StopServerRequest |
StopServerRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server that you stopped.
|
Copyright © 2018. All rights reserved.