| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
Amazon Web Services 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerResult |
AWSTransferClient.updateServer(UpdateServerRequest request)
Updates the file transfer protocol-enabled server's properties after that server has been created.
|
UpdateServerResult |
AbstractAWSTransfer.updateServer(UpdateServerRequest request) |
UpdateServerResult |
AWSTransfer.updateServer(UpdateServerRequest updateServerRequest)
Updates the file transfer protocol-enabled server's properties after that server has been created.
|
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest)
Updates the file transfer protocol-enabled server's 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,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
Updates the file transfer protocol-enabled server's 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) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
Updates the file transfer protocol-enabled server's 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) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerRequest |
UpdateServerRequest.clone() |
UpdateServerRequest |
UpdateServerRequest.withCertificate(String certificate)
The Amazon Resource Name (ARN) of the Amazon Web ServicesCertificate Manager (ACM) certificate.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointType(EndpointType endpointType)
The type of endpoint that you want your server to use.
|
UpdateServerRequest |
UpdateServerRequest.withEndpointType(String endpointType)
The type of endpoint that you want your server to use.
|
UpdateServerRequest |
UpdateServerRequest.withHostKey(String hostKey)
The RSA private key as generated by
ssh-keygen -N "" -m PEM -f my-new-server-key. |
UpdateServerRequest |
UpdateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer's authentication API method.
|
UpdateServerRequest |
UpdateServerRequest.withLoggingRole(String loggingRole)
Specifies the Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role
that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events.
|
UpdateServerRequest |
UpdateServerRequest.withPostAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
UpdateServerRequest |
UpdateServerRequest.withPreAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
UpdateServerRequest |
UpdateServerRequest.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
UpdateServerRequest |
UpdateServerRequest.withProtocols(Collection<String> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
UpdateServerRequest |
UpdateServerRequest.withProtocols(Protocol... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
UpdateServerRequest |
UpdateServerRequest.withProtocols(String... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
UpdateServerRequest |
UpdateServerRequest.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
UpdateServerRequest |
UpdateServerRequest.withServerId(String serverId)
A system-assigned unique identifier for a server instance that the user account is assigned to.
|
UpdateServerRequest |
UpdateServerRequest.withWorkflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
Copyright © 2022. All rights reserved.