| 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> |
AmazonManagedGrafanaAsyncClient.associateLicenseAsync(AssociateLicenseRequest request,
AsyncHandler<AssociateLicenseRequest,AssociateLicenseResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseRequest |
AssociateLicenseRequest.clone() |
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 © 2021. All rights reserved.