Uses of Class
software.amazon.awssdk.services.grafana.model.DisassociateLicenseResponse
-
Packages that use DisassociateLicenseResponse 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 DisassociateLicenseResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return DisassociateLicenseResponse Modifier and Type Method Description default DisassociateLicenseResponseGrafanaClient. disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace.default DisassociateLicenseResponseGrafanaClient. disassociateLicense(DisassociateLicenseRequest disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type DisassociateLicenseResponse Modifier and Type Method Description default CompletableFuture<DisassociateLicenseResponse>GrafanaAsyncClient. disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace.default CompletableFuture<DisassociateLicenseResponse>GrafanaAsyncClient. disassociateLicense(DisassociateLicenseRequest disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace.
-