| 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 |
|---|---|
CreateServerResult |
AWSTransferClient.createServer(CreateServerRequest request)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
CreateServerResult |
AbstractAWSTransfer.createServer(CreateServerRequest request) |
CreateServerResult |
AWSTransfer.createServer(CreateServerRequest createServerRequest)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
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 auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
| 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 auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServerResult |
CreateServerResult.clone() |
CreateServerResult |
CreateServerResult.withServerId(String serverId)
The service-assigned ID of the server that is created.
|
Copyright © 2022. All rights reserved.