| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana |
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.
|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateLicenseResponse> |
GrafanaAsyncClient.disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)
Removes the Grafana Enterprise license from a workspace.
|
default DisassociateLicenseResponse |
GrafanaClient.disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)
Removes the Grafana Enterprise license from a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.builder() |
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.licenseType(LicenseType licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.licenseType(String licenseType)
The type of license to remove from the workspace.
|
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.toBuilder() |
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace to remove the Grafana Enterprise license from.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateLicenseRequest.Builder> |
DisassociateLicenseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.