| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ListHostKeysResponse.Builder |
ListHostKeysResponse.builder() |
ListHostKeysResponse.Builder |
ListHostKeysResponse.Builder.hostKeys(Collection<ListedHostKey> hostKeys)
Returns an array, where each item contains the details of a host key.
|
ListHostKeysResponse.Builder |
ListHostKeysResponse.Builder.hostKeys(Consumer<ListedHostKey.Builder>... hostKeys)
Returns an array, where each item contains the details of a host key.
|
ListHostKeysResponse.Builder |
ListHostKeysResponse.Builder.hostKeys(ListedHostKey... hostKeys)
Returns an array, where each item contains the details of a host key.
|
ListHostKeysResponse.Builder |
ListHostKeysResponse.Builder.nextToken(String nextToken)
Returns a token that you can use to call
ListHostKeys again and receive additional results, if
there are any. |
ListHostKeysResponse.Builder |
ListHostKeysResponse.Builder.serverId(String serverId)
Returns the server identifier that contains the listed host keys.
|
ListHostKeysResponse.Builder |
ListHostKeysResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHostKeysResponse.Builder> |
ListHostKeysResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.