| 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 |
|---|---|
UpdateServerResult |
AbstractAWSTransfer.updateServer(UpdateServerRequest request) |
UpdateServerResult |
AWSTransferClient.updateServer(UpdateServerRequest request)
Updates the server properties after that server has been created.
|
UpdateServerResult |
AWSTransfer.updateServer(UpdateServerRequest updateServerRequest)
Updates the server properties after that server has been created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServerResult> |
AbstractAWSTransferAsync.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsyncClient.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
Updates the server properties after that server has been created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServerResult |
UpdateServerResult.clone() |
UpdateServerResult |
UpdateServerResult.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server that the user account is assigned to.
|
Copyright © 2019. All rights reserved.