| 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 |
|---|---|
GetBlueprintsResult |
AmazonLightsailClient.getBlueprints(GetBlueprintsRequest request)
Returns the list of available instance images, or blueprints.
|
GetBlueprintsResult |
AmazonLightsail.getBlueprints(GetBlueprintsRequest getBlueprintsRequest)
Returns the list of available instance images, or blueprints.
|
GetBlueprintsResult |
AbstractAmazonLightsail.getBlueprints(GetBlueprintsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBlueprintsResult> |
AmazonLightsailAsyncClient.getBlueprintsAsync(GetBlueprintsRequest request,
AsyncHandler<GetBlueprintsRequest,GetBlueprintsResult> asyncHandler) |
Future<GetBlueprintsResult> |
AmazonLightsailAsync.getBlueprintsAsync(GetBlueprintsRequest getBlueprintsRequest,
AsyncHandler<GetBlueprintsRequest,GetBlueprintsResult> asyncHandler)
Returns the list of available instance images, or blueprints.
|
Future<GetBlueprintsResult> |
AbstractAmazonLightsailAsync.getBlueprintsAsync(GetBlueprintsRequest request,
AsyncHandler<GetBlueprintsRequest,GetBlueprintsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintsResult |
GetBlueprintsResult.clone() |
GetBlueprintsResult |
GetBlueprintsResult.withBlueprints(Blueprint... blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
GetBlueprintsResult |
GetBlueprintsResult.withBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
GetBlueprintsResult |
GetBlueprintsResult.withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
Copyright © 2025. All rights reserved.