| 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 |
|---|---|
ImportHostKeyResult |
AbstractAWSTransfer.importHostKey(ImportHostKeyRequest request) |
ImportHostKeyResult |
AWSTransfer.importHostKey(ImportHostKeyRequest importHostKeyRequest)
Adds a host key to the server that's specified by the
ServerId parameter. |
ImportHostKeyResult |
AWSTransferClient.importHostKey(ImportHostKeyRequest request)
Adds a host key to the server that's specified by the
ServerId parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<ImportHostKeyResult> |
AbstractAWSTransferAsync.importHostKeyAsync(ImportHostKeyRequest request,
AsyncHandler<ImportHostKeyRequest,ImportHostKeyResult> asyncHandler) |
Future<ImportHostKeyResult> |
AWSTransferAsync.importHostKeyAsync(ImportHostKeyRequest importHostKeyRequest,
AsyncHandler<ImportHostKeyRequest,ImportHostKeyResult> asyncHandler)
Adds a host key to the server that's specified by the
ServerId parameter. |
Future<ImportHostKeyResult> |
AWSTransferAsyncClient.importHostKeyAsync(ImportHostKeyRequest request,
AsyncHandler<ImportHostKeyRequest,ImportHostKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ImportHostKeyResult |
ImportHostKeyResult.clone() |
ImportHostKeyResult |
ImportHostKeyResult.withHostKeyId(String hostKeyId)
Returns the host key identifier for the imported key.
|
ImportHostKeyResult |
ImportHostKeyResult.withServerId(String serverId)
Returns the server identifier that contains the imported key.
|
Copyright © 2023. All rights reserved.