| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedHostKey |
DescribedHostKey.clone() |
DescribedHostKey |
DescribeHostKeyResult.getHostKey()
Returns the details for the specified host key.
|
DescribedHostKey |
DescribedHostKey.withArn(String arn)
The unique Amazon Resource Name (ARN) for the host key.
|
DescribedHostKey |
DescribedHostKey.withDateImported(Date dateImported)
The date on which the host key was added to the server.
|
DescribedHostKey |
DescribedHostKey.withDescription(String description)
The text description for this host key.
|
DescribedHostKey |
DescribedHostKey.withHostKeyFingerprint(String hostKeyFingerprint)
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
|
DescribedHostKey |
DescribedHostKey.withHostKeyId(String hostKeyId)
A unique identifier for the host key.
|
DescribedHostKey |
DescribedHostKey.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for host keys.
|
DescribedHostKey |
DescribedHostKey.withTags(Tag... tags)
Key-value pairs that can be used to group and search for host keys.
|
DescribedHostKey |
DescribedHostKey.withType(String type)
The encryption algorithm that is used for the host key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHostKeyResult.setHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
|
DescribeHostKeyResult |
DescribeHostKeyResult.withHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
|
Copyright © 2024. All rights reserved.