| 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 |
AWSTransferClient.updateServer(UpdateServerRequest request)
Updates the server properties after that server has been created.
|
UpdateServerResult |
AbstractAWSTransfer.updateServer(UpdateServerRequest request) |
UpdateServerResult |
AWSTransfer.updateServer(UpdateServerRequest updateServerRequest)
Updates the server properties after that server has been created.
|
Future<UpdateServerResult> |
AbstractAWSTransferAsync.updateServerAsync(UpdateServerRequest request) |
Future<UpdateServerResult> |
AWSTransferAsyncClient.updateServerAsync(UpdateServerRequest request) |
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest)
Updates the server properties after that server has been created.
|
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 |
|---|---|
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 |
|---|---|
UpdateServerRequest |
UpdateServerRequest.clone() |
UpdateServerRequest |
UpdateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your SFTP server.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointType(EndpointType endpointType)
The type of endpoint that you want your SFTP server to connect to.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointType(String endpointType)
The type of endpoint that you want your SFTP server to connect to.
|
UpdateServerRequest |
UpdateServerRequest.withHostKey(String hostKey)
The RSA private key as generated by
ssh-keygen -N "" -f my-new-server-key. |
UpdateServerRequest |
UpdateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
UpdateServerRequest |
UpdateServerRequest.withLoggingRole(String loggingRole)
A value that changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged
in Amazon CloudWatch, turning logging on or off.
|
UpdateServerRequest |
UpdateServerRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
Copyright © 2019. All rights reserved.