| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana |
Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query,
correlate, and visualize operational metrics, logs, and traces from multiple sources.
|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListVersionsResult> |
AbstractAmazonManagedGrafanaAsync.listVersionsAsync(ListVersionsRequest request,
AsyncHandler<ListVersionsRequest,ListVersionsResult> asyncHandler) |
Future<ListVersionsResult> |
AmazonManagedGrafanaAsyncClient.listVersionsAsync(ListVersionsRequest request,
AsyncHandler<ListVersionsRequest,ListVersionsResult> asyncHandler) |
Future<ListVersionsResult> |
AmazonManagedGrafanaAsync.listVersionsAsync(ListVersionsRequest listVersionsRequest,
AsyncHandler<ListVersionsRequest,ListVersionsResult> asyncHandler)
Lists available versions of Grafana.
|
| Modifier and Type | Method and Description |
|---|---|
ListVersionsRequest |
ListVersionsRequest.clone() |
ListVersionsRequest |
ListVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListVersionsRequest |
ListVersionsRequest.withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListVersionsRequest |
ListVersionsRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to list the available upgrade versions.
|
Copyright © 2023. All rights reserved.