| 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<AssociateLicenseResult> |
AbstractAmazonManagedGrafanaAsync.associateLicenseAsync(AssociateLicenseRequest request,
AsyncHandler<AssociateLicenseRequest,AssociateLicenseResult> asyncHandler) |
Future<AssociateLicenseResult> |
AmazonManagedGrafanaAsync.associateLicenseAsync(AssociateLicenseRequest associateLicenseRequest,
AsyncHandler<AssociateLicenseRequest,AssociateLicenseResult> asyncHandler)
Assigns a Grafana Enterprise license to a workspace.
|
Future<AssociateLicenseResult> |
AmazonManagedGrafanaAsyncClient.associateLicenseAsync(AssociateLicenseRequest request,
AsyncHandler<AssociateLicenseRequest,AssociateLicenseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseRequest |
AssociateLicenseRequest.clone() |
AssociateLicenseRequest |
AssociateLicenseRequest.withGrafanaToken(String grafanaToken)
A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account.
|
AssociateLicenseRequest |
AssociateLicenseRequest.withLicenseType(LicenseType licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest |
AssociateLicenseRequest.withLicenseType(String licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest |
AssociateLicenseRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to associate the license with.
|
Copyright © 2025. All rights reserved.