| 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 |
|---|---|
CreateKeyPairResult |
AbstractAmazonLightsail.createKeyPair(CreateKeyPairRequest request) |
CreateKeyPairResult |
AmazonLightsail.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.
|
CreateKeyPairResult |
AmazonLightsailClient.createKeyPair(CreateKeyPairRequest request)
Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateKeyPairResult> |
AmazonLightsailAsyncClient.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AbstractAmazonLightsailAsync.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonLightsailAsync.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.
|
| 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 © 2023. All rights reserved.