@Generated(value="software.amazon.awssdk:codegen") public final class ListedHostKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedHostKey.Builder,ListedHostKey>
Returns properties of the host key that's specified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedHostKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The unique Amazon Resource Name (ARN) of the host key.
|
static ListedHostKey.Builder |
builder() |
Instant |
dateImported()
The date on which the host key was added to the server.
|
String |
description()
The current description for the host key.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fingerprint()
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostKeyId()
A unique identifier for the host key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedHostKey.Builder> |
serializableBuilderClass() |
ListedHostKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The encryption algorithm that is used for the host key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The unique Amazon Resource Name (ARN) of the host key.
public final String hostKeyId()
A unique identifier for the host key.
public final String fingerprint()
The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
public final String description()
The current description for the host key. You can change it by calling the UpdateHostKey operation
and providing a new description.
UpdateHostKey
operation and providing a new description.public final String type()
The encryption algorithm that is used for the host key. The Type parameter is specified by using one
of the following values:
ssh-rsa
ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
Type parameter is specified by
using one of the following values:
ssh-rsa
ssh-ed25519
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
public final Instant dateImported()
The date on which the host key was added to the server.
public ListedHostKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedHostKey.Builder,ListedHostKey>public static ListedHostKey.Builder builder()
public static Class<? extends ListedHostKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.