| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedHostKey |
ListedHostKey.clone() |
ListedHostKey |
ListedHostKey.withArn(String arn)
The unique Amazon Resource Name (ARN) of the host key.
|
ListedHostKey |
ListedHostKey.withDateImported(Date dateImported)
The date on which the host key was added to the server.
|
ListedHostKey |
ListedHostKey.withDescription(String description)
The current description for the host key.
|
ListedHostKey |
ListedHostKey.withFingerprint(String fingerprint)
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
|
ListedHostKey |
ListedHostKey.withHostKeyId(String hostKeyId)
A unique identifier for the host key.
|
ListedHostKey |
ListedHostKey.withType(String type)
The encryption algorithm that is used for the host key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedHostKey> |
ListHostKeysResult.getHostKeys()
Returns an array, where each item contains the details of a host key.
|
| Modifier and Type | Method and Description |
|---|---|
ListHostKeysResult |
ListHostKeysResult.withHostKeys(ListedHostKey... hostKeys)
Returns an array, where each item contains the details of a host key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHostKeysResult.setHostKeys(Collection<ListedHostKey> hostKeys)
Returns an array, where each item contains the details of a host key.
|
ListHostKeysResult |
ListHostKeysResult.withHostKeys(Collection<ListedHostKey> hostKeys)
Returns an array, where each item contains the details of a host key.
|
Copyright © 2024. All rights reserved.