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() |
|