| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS 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 autoscaling virtual server based on the selected file transfer protocol in AWS.
|
CreateServerResult |
AWSTransfer.createServer(CreateServerRequest createServerRequest)
Instantiates an autoscaling virtual server based on the selected file transfer protocol in AWS.
|
CreateServerResult |
AbstractAWSTransfer.createServer(CreateServerRequest request) |
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest)
Instantiates an autoscaling virtual server based on the selected file transfer protocol in AWS.
|
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request) |
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
Instantiates an autoscaling virtual server based on the selected file transfer protocol in AWS.
|
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsync.createServerAsync(CreateServerRequest createServerRequest,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler)
Instantiates an autoscaling virtual server based on the selected file transfer protocol in AWS.
|
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest |
CreateServerRequest.clone() |
CreateServerRequest |
CreateServerRequest.withCertificate(String certificate)
The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate.
|
CreateServerRequest |
CreateServerRequest.withDomain(Domain domain) |
CreateServerRequest |
CreateServerRequest.withDomain(String domain) |
CreateServerRequest |
CreateServerRequest.withEndpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CreateServerRequest |
CreateServerRequest.withEndpointType(EndpointType endpointType)
The type of VPC endpoint that you want your server to connect to.
|
CreateServerRequest |
CreateServerRequest.withEndpointType(String endpointType)
The type of VPC endpoint that you want your server to connect to.
|
CreateServerRequest |
CreateServerRequest.withHostKey(String hostKey)
The RSA private key as generated by the
ssh-keygen -N "" -m PEM -f my-new-server-key command. |
CreateServerRequest |
CreateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to API_GATEWAY. |
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(IdentityProviderType identityProviderType)
Specifies the mode of authentication for a server.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(String identityProviderType)
Specifies the mode of authentication for a server.
|
CreateServerRequest |
CreateServerRequest.withLoggingRole(String loggingRole)
Allows the service to write your users' activity to your Amazon CloudWatch logs for monitoring and auditing
purposes.
|
CreateServerRequest |
CreateServerRequest.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.
|
CreateServerRequest |
CreateServerRequest.withProtocols(Protocol... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
CreateServerRequest |
CreateServerRequest.withProtocols(String... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to
your server's endpoint.
|
CreateServerRequest |
CreateServerRequest.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
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 © 2021. All rights reserved.