| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who
need to build websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DownloadDefaultKeyPairResult |
AmazonLightsailClient.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest request)
Downloads the regional Amazon Lightsail default key pair.
|
DownloadDefaultKeyPairResult |
AmazonLightsail.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest)
Downloads the regional Amazon Lightsail default key pair.
|
DownloadDefaultKeyPairResult |
AbstractAmazonLightsail.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DownloadDefaultKeyPairResult> |
AmazonLightsailAsyncClient.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest request,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler) |
Future<DownloadDefaultKeyPairResult> |
AmazonLightsailAsync.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler)
Downloads the regional Amazon Lightsail default key pair.
|
Future<DownloadDefaultKeyPairResult> |
AbstractAmazonLightsailAsync.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest request,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DownloadDefaultKeyPairResult |
DownloadDefaultKeyPairResult.clone() |
DownloadDefaultKeyPairResult |
DownloadDefaultKeyPairResult.withCreatedAt(Date createdAt)
The timestamp when the default key pair was created.
|
DownloadDefaultKeyPairResult |
DownloadDefaultKeyPairResult.withPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
DownloadDefaultKeyPairResult |
DownloadDefaultKeyPairResult.withPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
Copyright © 2022. All rights reserved.