| 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) |
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 |
|---|---|
UpdateHostKeyRequest |
UpdateHostKeyRequest.clone() |
UpdateHostKeyRequest |
UpdateHostKeyRequest.withDescription(String description)
Provide an updated description for the host key.
|
UpdateHostKeyRequest |
UpdateHostKeyRequest.withHostKeyId(String hostKeyId)
Provide the ID of the host key that you are updating.
|
UpdateHostKeyRequest |
UpdateHostKeyRequest.withServerId(String serverId)
Provide the ID of the server that contains the host key that you are updating.
|
Copyright © 2022. All rights reserved.