| 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.
|
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) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request) |
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.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
Future<CreateServerResult> |
AWSTransferAsyncClient.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
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 Amazon Web Services Certificate Manager (ACM) certificate.
|
CreateServerRequest |
CreateServerRequest.withDomain(Domain domain)
The domain of the storage system that is used for file transfers.
|
CreateServerRequest |
CreateServerRequest.withDomain(String domain)
The domain of the storage system that is used for file transfers.
|
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 endpoint that you want your server to use.
|
CreateServerRequest |
CreateServerRequest.withEndpointType(String endpointType)
The type of endpoint that you want your server to use.
|
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 AWS_DIRECTORY_SERVICE or
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)
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.
|
CreateServerRequest |
CreateServerRequest.withPostAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
CreateServerRequest |
CreateServerRequest.withPreAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
CreateServerRequest |
CreateServerRequest.withProtocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
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.
|
CreateServerRequest |
CreateServerRequest.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.