| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers who need to build
websites or web applications.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
GetOperationsResult |
AbstractAmazonLightsail.getOperations(GetOperationsRequest request) |
GetOperationsResult |
AmazonLightsail.getOperations(GetOperationsRequest getOperationsRequest)
Returns information about all operations.
|
GetOperationsResult |
AmazonLightsailClient.getOperations(GetOperationsRequest request)
Returns information about all operations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOperationsResult> |
AbstractAmazonLightsailAsync.getOperationsAsync(GetOperationsRequest request,
AsyncHandler<GetOperationsRequest,GetOperationsResult> asyncHandler) |
Future<GetOperationsResult> |
AmazonLightsailAsync.getOperationsAsync(GetOperationsRequest getOperationsRequest,
AsyncHandler<GetOperationsRequest,GetOperationsResult> asyncHandler)
Returns information about all operations.
|
Future<GetOperationsResult> |
AmazonLightsailAsyncClient.getOperationsAsync(GetOperationsRequest request,
AsyncHandler<GetOperationsRequest,GetOperationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetOperationsResult |
GetOperationsResult.clone() |
GetOperationsResult |
GetOperationsResult.withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
GetOperationsResult |
GetOperationsResult.withOperations(Collection<Operation> operations)
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.
|
GetOperationsResult |
GetOperationsResult.withOperations(Operation... operations)
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.
|
Copyright © 2021. All rights reserved.