| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| 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.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
An array containing all of the information required to call a customer-supplied authentication API.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(IdentityProviderType identityProviderType)
The mode of authentication enabled for this service.
|
CreateServerRequest |
CreateServerRequest.withIdentityProviderType(String identityProviderType)
The mode of authentication enabled for this service.
|
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 © 2018. All rights reserved.