| 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 |
|---|---|
CreateServerResult |
AbstractAWSTransfer.createServer(CreateServerRequest request) |
CreateServerResult |
AWSTransferClient.createServer(CreateServerRequest request)
Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS.
|
CreateServerResult |
AWSTransfer.createServer(CreateServerRequest createServerRequest)
Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest)
Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
Instantiates an autoscaling virtual server based on Secure File Transfer Protocol (SFTP) in AWS.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest |
CreateServerRequest.clone() |
CreateServerRequest |
CreateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that you want to configure for your SFTP server.
|
CreateServerRequest |
CreateServerRequest.withEndpointType(EndpointType endpointType)
The type of VPC endpoint that you want your SFTP server to connect to.
|
CreateServerRequest |
CreateServerRequest.withEndpointType(String endpointType)
The type of VPC endpoint that you want your SFTP server to connect to.
|
CreateServerRequest |
CreateServerRequest.withHostKey(String hostKey)
The RSA private key as generated by the
ssh-keygen -N "" -f my-new-server-key command. |
CreateServerRequest |
CreateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This parameter is required when the
IdentityProviderType is set to API_GATEWAY. |
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(IdentityProviderType identityProviderType)
Specifies the mode of authentication for the SFTP server.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(String identityProviderType)
Specifies the mode of authentication for the SFTP server.
|
CreateServerRequest |
CreateServerRequest.withLoggingRole(String loggingRole)
A value that allows the service to write your SFTP users' activity to your Amazon CloudWatch logs for monitoring
and auditing purposes.
|
CreateServerRequest |
CreateServerRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for servers.
|
CreateServerRequest |
CreateServerRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for servers.
|
Copyright © 2019. All rights reserved.