| 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 |
|---|---|
CreateKeyPairResult |
AmazonLightsailClient.createKeyPair(CreateKeyPairRequest request)
Creates an SSH key pair.
|
CreateKeyPairResult |
AmazonLightsail.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an SSH key pair.
|
CreateKeyPairResult |
AbstractAmazonLightsail.createKeyPair(CreateKeyPairRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyPairResult> |
AbstractAmazonLightsailAsync.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonLightsailAsync.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates an SSH key pair.
|
Future<CreateKeyPairResult> |
AmazonLightsailAsyncClient.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyPairResult |
CreateKeyPairResult.clone() |
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
CreateKeyPairResult |
CreateKeyPairResult.withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
CreateKeyPairResult |
CreateKeyPairResult.withPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
CreateKeyPairResult |
CreateKeyPairResult.withPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
Copyright © 2021. All rights reserved.