| 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<AssociateLicenseResponse> |
GrafanaAsyncClient.associateLicense(Consumer<AssociateLicenseRequest.Builder> associateLicenseRequest)
Assigns a Grafana Enterprise license to a workspace.
|
default AssociateLicenseResponse |
GrafanaClient.associateLicense(Consumer<AssociateLicenseRequest.Builder> associateLicenseRequest)
Assigns a Grafana Enterprise license to a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateLicenseRequest.Builder |
AssociateLicenseRequest.builder() |
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.licenseType(LicenseType licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.licenseType(String licenseType)
The type of license to associate with the workspace.
|
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.toBuilder() |
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace to associate the license with.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateLicenseRequest.Builder> |
AssociateLicenseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.