| 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 |
|---|---|
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 |
|---|---|
CreateKeyPairRequest |
CreateKeyPairRequest.clone() |
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyPairName(String keyPairName)
The name for your new key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withTags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withTags(Tag... tags)
The tag keys and optional values to add to the resource during create.
|
Copyright © 2020. All rights reserved.