| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerResult |
AbstractAWSTransfer.updateServer(UpdateServerRequest request) |
UpdateServerResult |
AWSTransferClient.updateServer(UpdateServerRequest request)
Updates the server properties after that server has been created.
|
UpdateServerResult |
AWSTransfer.updateServer(UpdateServerRequest updateServerRequest)
Updates the server properties after that server has been created.
|
Future<UpdateServerResult> |
AbstractAWSTransferAsync.updateServerAsync(UpdateServerRequest request) |
Future<UpdateServerResult> |
AWSTransferAsyncClient.updateServerAsync(UpdateServerRequest request) |
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest)
Updates the server properties after that server has been created.
|
Future<UpdateServerResult> |
AbstractAWSTransferAsync.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsyncClient.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
Updates the server properties after that server has been created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServerResult> |
AbstractAWSTransferAsync.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsyncClient.updateServerAsync(UpdateServerRequest request,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler) |
Future<UpdateServerResult> |
AWSTransferAsync.updateServerAsync(UpdateServerRequest updateServerRequest,
AsyncHandler<UpdateServerRequest,UpdateServerResult> asyncHandler)
Updates the server properties after that server has been created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServerRequest |
UpdateServerRequest.clone() |
UpdateServerRequest |
UpdateServerRequest.withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
UpdateServerRequest |
UpdateServerRequest.withLoggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon
CloudWatch, turning logging on or off.
|
UpdateServerRequest |
UpdateServerRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
Copyright © 2019. All rights reserved.