| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
DownloadDefaultKeyPairResult |
AbstractAmazonLightsail.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest request) |
DownloadDefaultKeyPairResult |
AmazonLightsailClient.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest request)
Downloads the default SSH key pair from the user's account.
|
DownloadDefaultKeyPairResult |
AmazonLightsail.downloadDefaultKeyPair(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest)
Downloads the default SSH key pair from the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DownloadDefaultKeyPairResult> |
AmazonLightsailAsyncClient.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest request,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler) |
Future<DownloadDefaultKeyPairResult> |
AbstractAmazonLightsailAsync.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest request,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler) |
Future<DownloadDefaultKeyPairResult> |
AmazonLightsailAsync.downloadDefaultKeyPairAsync(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest,
AsyncHandler<DownloadDefaultKeyPairRequest,DownloadDefaultKeyPairResult> asyncHandler)
Downloads the default SSH key pair from the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadDefaultKeyPairResult |
DownloadDefaultKeyPairResult.clone() |
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 © 2021. All rights reserved.