| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
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) or Amazon EFS.
|
| 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 |
AWSTransfer.createServer(CreateServerRequest createServerRequest)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
CreateServerResult |
AbstractAWSTransfer.createServer(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) |
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.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.createServerAsync(CreateServerRequest request,
AsyncHandler<CreateServerRequest,CreateServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateServerResult> |
AbstractAWSTransferAsync.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 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, ECDSA, or ED25519 private key to use for your SFTP-enabled server.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
Required when
IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY. |
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(IdentityProviderType identityProviderType)
The mode of authentication for a server.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(String identityProviderType)
The mode of authentication for a server.
|
CreateServerRequest |
CreateServerRequest.withLoggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on
Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents.
|
CreateServerRequest |
CreateServerRequest.withPostAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specifies a string to display when users connect to a server.
|
CreateServerRequest |
CreateServerRequest.withPreAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specifies 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.withS3StorageOptions(S3StorageOptions s3StorageOptions)
Specifies whether or not performance for your Amazon S3 directories is optimized.
|
CreateServerRequest |
CreateServerRequest.withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy for the server.
|
CreateServerRequest |
CreateServerRequest.withStructuredLogDestinations(Collection<String> structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
CreateServerRequest |
CreateServerRequest.withStructuredLogDestinations(String... structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
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 that's used for executing the
workflow.
|
Copyright © 2025. All rights reserved.