| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default ListHostKeysResponse |
TransferClient.listHostKeys(Consumer<ListHostKeysRequest.Builder> listHostKeysRequest)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
default CompletableFuture<ListHostKeysResponse> |
TransferAsyncClient.listHostKeys(Consumer<ListHostKeysRequest.Builder> listHostKeysRequest)
Returns a list of host keys for the server that's specified by the
ServerId parameter. |
| Modifier and Type | Method and Description |
|---|---|
static ListHostKeysRequest.Builder |
ListHostKeysRequest.builder() |
ListHostKeysRequest.Builder |
ListHostKeysRequest.Builder.maxResults(Integer maxResults)
The maximum number of host keys to return.
|
ListHostKeysRequest.Builder |
ListHostKeysRequest.Builder.nextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListHostKeysRequest.Builder |
ListHostKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostKeysRequest.Builder |
ListHostKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHostKeysRequest.Builder |
ListHostKeysRequest.Builder.serverId(String serverId)
The identifier of the server that contains the host keys that you want to view.
|
ListHostKeysRequest.Builder |
ListHostKeysRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHostKeysRequest.Builder> |
ListHostKeysRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.