| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyPairResult |
AmazonLightsail.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an SSH key pair.
|
CreateKeyPairResult |
AbstractAmazonLightsail.createKeyPair(CreateKeyPairRequest request) |
CreateKeyPairResult |
AmazonLightsailClient.createKeyPair(CreateKeyPairRequest request)
Creates an SSH key pair.
|
| 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 an SSH key pair.
|
| 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 key-value pairs containing information about the results of your create key pair 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 © 2020. All rights reserved.