| 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 |
AWSTransferClient.importHostKey(ImportHostKeyRequest request)
Adds a host key to the server that's specified by the
ServerId parameter. |
ImportHostKeyResult |
AWSTransfer.importHostKey(ImportHostKeyRequest importHostKeyRequest)
Adds a host key to the server that's specified by the
ServerId parameter. |
Future<ImportHostKeyResult> |
AbstractAWSTransferAsync.importHostKeyAsync(ImportHostKeyRequest request) |
Future<ImportHostKeyResult> |
AWSTransferAsync.importHostKeyAsync(ImportHostKeyRequest importHostKeyRequest)
Adds a host key to the server that's specified by the
ServerId parameter. |
Future<ImportHostKeyResult> |
AWSTransferAsyncClient.importHostKeyAsync(ImportHostKeyRequest request) |
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 |
|---|---|
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 |
|---|---|
ImportHostKeyRequest |
ImportHostKeyRequest.clone() |
ImportHostKeyRequest |
ImportHostKeyRequest.withDescription(String description)
The text description that identifies this host key.
|
ImportHostKeyRequest |
ImportHostKeyRequest.withHostKeyBody(String hostKeyBody)
The private key portion of an SSH key pair.
|
ImportHostKeyRequest |
ImportHostKeyRequest.withServerId(String serverId)
The identifier of the server that contains the host key that you are importing.
|
ImportHostKeyRequest |
ImportHostKeyRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for host keys.
|
ImportHostKeyRequest |
ImportHostKeyRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for host keys.
|
Copyright © 2023. All rights reserved.