Uses of Class
software.amazon.awssdk.services.grafana.model.AssociateLicenseResponse
-
Packages that use AssociateLicenseResponse 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. -
-
Uses of AssociateLicenseResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return AssociateLicenseResponse Modifier and Type Method Description default AssociateLicenseResponseGrafanaClient. associateLicense(Consumer<AssociateLicenseRequest.Builder> associateLicenseRequest)Assigns a Grafana Enterprise license to a workspace.default AssociateLicenseResponseGrafanaClient. associateLicense(AssociateLicenseRequest associateLicenseRequest)Assigns a Grafana Enterprise license to a workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type AssociateLicenseResponse Modifier and Type Method Description default CompletableFuture<AssociateLicenseResponse>GrafanaAsyncClient. associateLicense(Consumer<AssociateLicenseRequest.Builder> associateLicenseRequest)Assigns a Grafana Enterprise license to a workspace.default CompletableFuture<AssociateLicenseResponse>GrafanaAsyncClient. associateLicense(AssociateLicenseRequest associateLicenseRequest)Assigns a Grafana Enterprise license to a workspace.
-