| 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 |
|---|---|
UpdateHostKeyResult |
AWSTransferClient.updateHostKey(UpdateHostKeyRequest request)
Updates the description for the host key specified by the specified by the
ServerId and
HostKeyId parameters. |
UpdateHostKeyResult |
AWSTransfer.updateHostKey(UpdateHostKeyRequest updateHostKeyRequest)
Updates the description for the host key specified by the specified by the
ServerId and
HostKeyId parameters. |
UpdateHostKeyResult |
AbstractAWSTransfer.updateHostKey(UpdateHostKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHostKeyResult> |
AWSTransferAsyncClient.updateHostKeyAsync(UpdateHostKeyRequest request) |
Future<UpdateHostKeyResult> |
AbstractAWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest request) |
Future<UpdateHostKeyResult> |
AWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest updateHostKeyRequest)
Updates the description for the host key specified by the specified by the
ServerId and
HostKeyId parameters. |
Future<UpdateHostKeyResult> |
AWSTransferAsyncClient.updateHostKeyAsync(UpdateHostKeyRequest request,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler) |
Future<UpdateHostKeyResult> |
AbstractAWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest request,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler) |
Future<UpdateHostKeyResult> |
AWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest updateHostKeyRequest,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler)
Updates the description for the host key specified by the specified by the
ServerId and
HostKeyId parameters. |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateHostKeyResult> |
AWSTransferAsyncClient.updateHostKeyAsync(UpdateHostKeyRequest request,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler) |
Future<UpdateHostKeyResult> |
AbstractAWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest request,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler) |
Future<UpdateHostKeyResult> |
AWSTransferAsync.updateHostKeyAsync(UpdateHostKeyRequest updateHostKeyRequest,
AsyncHandler<UpdateHostKeyRequest,UpdateHostKeyResult> asyncHandler)
Updates the description for the host key specified by the specified by the
ServerId and
HostKeyId parameters. |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostKeyResult |
UpdateHostKeyResult.clone() |
UpdateHostKeyResult |
UpdateHostKeyResult.withHostKeyId(String hostKeyId)
Returns the host key ID for the updated host key.
|
UpdateHostKeyResult |
UpdateHostKeyResult.withServerId(String serverId)
Returns the server ID for the server that contains the updated host key.
|
Copyright © 2022. All rights reserved.