| 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 |
|---|---|
DeleteHostKeyResult |
AbstractAWSTransfer.deleteHostKey(DeleteHostKeyRequest request) |
DeleteHostKeyResult |
AWSTransfer.deleteHostKey(DeleteHostKeyRequest deleteHostKeyRequest)
Deletes the host key that's specified in the
HoskKeyId parameter. |
DeleteHostKeyResult |
AWSTransferClient.deleteHostKey(DeleteHostKeyRequest request)
Deletes the host key that's specified in the
HoskKeyId parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteHostKeyResult> |
AbstractAWSTransferAsync.deleteHostKeyAsync(DeleteHostKeyRequest request,
AsyncHandler<DeleteHostKeyRequest,DeleteHostKeyResult> asyncHandler) |
Future<DeleteHostKeyResult> |
AWSTransferAsync.deleteHostKeyAsync(DeleteHostKeyRequest deleteHostKeyRequest,
AsyncHandler<DeleteHostKeyRequest,DeleteHostKeyResult> asyncHandler)
Deletes the host key that's specified in the
HoskKeyId parameter. |
Future<DeleteHostKeyResult> |
AWSTransferAsyncClient.deleteHostKeyAsync(DeleteHostKeyRequest request,
AsyncHandler<DeleteHostKeyRequest,DeleteHostKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteHostKeyResult |
DeleteHostKeyResult.clone() |
Copyright © 2023. All rights reserved.