| 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<DisassociateLicenseResult> |
AbstractAmazonManagedGrafanaAsync.disassociateLicenseAsync(DisassociateLicenseRequest request,
AsyncHandler<DisassociateLicenseRequest,DisassociateLicenseResult> asyncHandler) |
Future<DisassociateLicenseResult> |
AmazonManagedGrafanaAsync.disassociateLicenseAsync(DisassociateLicenseRequest disassociateLicenseRequest,
AsyncHandler<DisassociateLicenseRequest,DisassociateLicenseResult> asyncHandler)
Removes the Grafana Enterprise license from a workspace.
|
Future<DisassociateLicenseResult> |
AmazonManagedGrafanaAsyncClient.disassociateLicenseAsync(DisassociateLicenseRequest request,
AsyncHandler<DisassociateLicenseRequest,DisassociateLicenseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateLicenseRequest |
DisassociateLicenseRequest.clone() |
DisassociateLicenseRequest |
DisassociateLicenseRequest.withLicenseType(LicenseType licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest |
DisassociateLicenseRequest.withLicenseType(String licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest |
DisassociateLicenseRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
|
Copyright © 2024. All rights reserved.