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