| 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 |
|---|---|
GetKeyPairsResult |
AmazonLightsailClient.getKeyPairs(GetKeyPairsRequest request)
Returns information about all key pairs in the user's account.
|
GetKeyPairsResult |
AmazonLightsail.getKeyPairs(GetKeyPairsRequest getKeyPairsRequest)
Returns information about all key pairs in the user's account.
|
GetKeyPairsResult |
AbstractAmazonLightsail.getKeyPairs(GetKeyPairsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyPairsResult> |
AmazonLightsailAsyncClient.getKeyPairsAsync(GetKeyPairsRequest request) |
Future<GetKeyPairsResult> |
AbstractAmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest request) |
Future<GetKeyPairsResult> |
AmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest getKeyPairsRequest)
Returns information about all key pairs in the user's account.
|
Future<GetKeyPairsResult> |
AmazonLightsailAsyncClient.getKeyPairsAsync(GetKeyPairsRequest request,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler) |
Future<GetKeyPairsResult> |
AbstractAmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest request,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler) |
Future<GetKeyPairsResult> |
AmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest getKeyPairsRequest,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler)
Returns information about all key pairs in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyPairsResult> |
AmazonLightsailAsyncClient.getKeyPairsAsync(GetKeyPairsRequest request,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler) |
Future<GetKeyPairsResult> |
AbstractAmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest request,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler) |
Future<GetKeyPairsResult> |
AmazonLightsailAsync.getKeyPairsAsync(GetKeyPairsRequest getKeyPairsRequest,
AsyncHandler<GetKeyPairsRequest,GetKeyPairsResult> asyncHandler)
Returns information about all key pairs in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyPairsResult |
GetKeyPairsResult.clone() |
GetKeyPairsResult |
GetKeyPairsResult.withKeyPairs(Collection<KeyPair> keyPairs)
An array of key-value pairs containing information about the key pairs.
|
GetKeyPairsResult |
GetKeyPairsResult.withKeyPairs(KeyPair... keyPairs)
An array of key-value pairs containing information about the key pairs.
|
GetKeyPairsResult |
GetKeyPairsResult.withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
Copyright © 2024. All rights reserved.