| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static DownloadDefaultKeyPairResponse.Builder |
DownloadDefaultKeyPairResponse.builder() |
DownloadDefaultKeyPairResponse.Builder |
DownloadDefaultKeyPairResponse.Builder.createdAt(Instant createdAt)
The timestamp when the default key pair was created.
|
DownloadDefaultKeyPairResponse.Builder |
DownloadDefaultKeyPairResponse.Builder.privateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
DownloadDefaultKeyPairResponse.Builder |
DownloadDefaultKeyPairResponse.Builder.publicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
DownloadDefaultKeyPairResponse.Builder |
DownloadDefaultKeyPairResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DownloadDefaultKeyPairResponse.Builder> |
DownloadDefaultKeyPairResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.