| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
HostKeyAttributes |
HostKeyAttributes.clone() |
HostKeyAttributes |
HostKeyAttributes.withAlgorithm(String algorithm)
The SSH host key algorithm or the RDP certificate format.
|
HostKeyAttributes |
HostKeyAttributes.withFingerprintSHA1(String fingerprintSHA1)
The SHA-1 fingerprint of the returned SSH host key or RDP certificate.
|
HostKeyAttributes |
HostKeyAttributes.withFingerprintSHA256(String fingerprintSHA256)
The SHA-256 fingerprint of the returned SSH host key or RDP certificate.
|
HostKeyAttributes |
HostKeyAttributes.withNotValidAfter(Date notValidAfter)
The returned RDP certificate is not valid after this point in time.
|
HostKeyAttributes |
HostKeyAttributes.withNotValidBefore(Date notValidBefore)
The returned RDP certificate is valid after this point in time.
|
HostKeyAttributes |
HostKeyAttributes.withPublicKey(String publicKey)
The public SSH host key or the RDP certificate.
|
HostKeyAttributes |
HostKeyAttributes.withWitnessedAt(Date witnessedAt)
The time that the SSH host key or RDP certificate was recorded by Lightsail.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostKeyAttributes> |
InstanceAccessDetails.getHostKeys()
Describes the public SSH host keys or the RDP certificate.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceAccessDetails |
InstanceAccessDetails.withHostKeys(HostKeyAttributes... hostKeys)
Describes the public SSH host keys or the RDP certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAccessDetails.setHostKeys(Collection<HostKeyAttributes> hostKeys)
Describes the public SSH host keys or the RDP certificate.
|
InstanceAccessDetails |
InstanceAccessDetails.withHostKeys(Collection<HostKeyAttributes> hostKeys)
Describes the public SSH host keys or the RDP certificate.
|
Copyright © 2025. All rights reserved.