| 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 |
|---|---|
ListHostKeysResult |
AbstractAWSTransfer.listHostKeys(ListHostKeysRequest request) |
ListHostKeysResult |
AWSTransfer.listHostKeys(ListHostKeysRequest listHostKeysRequest)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
ListHostKeysResult |
AWSTransferClient.listHostKeys(ListHostKeysRequest request)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
Future<ListHostKeysResult> |
AbstractAWSTransferAsync.listHostKeysAsync(ListHostKeysRequest request) |
Future<ListHostKeysResult> |
AWSTransferAsync.listHostKeysAsync(ListHostKeysRequest listHostKeysRequest)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
Future<ListHostKeysResult> |
AWSTransferAsyncClient.listHostKeysAsync(ListHostKeysRequest request) |
Future<ListHostKeysResult> |
AbstractAWSTransferAsync.listHostKeysAsync(ListHostKeysRequest request,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler) |
Future<ListHostKeysResult> |
AWSTransferAsync.listHostKeysAsync(ListHostKeysRequest listHostKeysRequest,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
Future<ListHostKeysResult> |
AWSTransferAsyncClient.listHostKeysAsync(ListHostKeysRequest request,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHostKeysResult> |
AbstractAWSTransferAsync.listHostKeysAsync(ListHostKeysRequest request,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler) |
Future<ListHostKeysResult> |
AWSTransferAsync.listHostKeysAsync(ListHostKeysRequest listHostKeysRequest,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
Future<ListHostKeysResult> |
AWSTransferAsyncClient.listHostKeysAsync(ListHostKeysRequest request,
AsyncHandler<ListHostKeysRequest,ListHostKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHostKeysRequest |
ListHostKeysRequest.clone() |
ListHostKeysRequest |
ListHostKeysRequest.withMaxResults(Integer maxResults)
The maximum number of host keys to return.
|
ListHostKeysRequest |
ListHostKeysRequest.withNextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListHostKeysRequest |
ListHostKeysRequest.withServerId(String serverId)
The identifier of the server that contains the host keys that you want to view.
|
Copyright © 2023. All rights reserved.