Uses of Interface
software.amazon.awssdk.services.grafana.model.DisassociateLicenseRequest.Builder
-
Packages that use DisassociateLicenseRequest.Builder 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 -
-
Uses of DisassociateLicenseRequest.Builder in software.amazon.awssdk.services.grafana
Method parameters in software.amazon.awssdk.services.grafana with type arguments of type DisassociateLicenseRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateLicenseResponse>GrafanaAsyncClient. disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace.default DisassociateLicenseResponseGrafanaClient. disassociateLicense(Consumer<DisassociateLicenseRequest.Builder> disassociateLicenseRequest)Removes the Grafana Enterprise license from a workspace. -
Uses of DisassociateLicenseRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return DisassociateLicenseRequest.Builder Modifier and Type Method Description static DisassociateLicenseRequest.BuilderDisassociateLicenseRequest. builder()DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. licenseType(String licenseType)The type of license to remove from the workspace.DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. licenseType(LicenseType licenseType)The type of license to remove from the workspace.DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateLicenseRequest.BuilderDisassociateLicenseRequest. toBuilder()DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. workspaceId(String workspaceId)The ID of the workspace to remove the Grafana Enterprise license from.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type DisassociateLicenseRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateLicenseRequest.Builder>DisassociateLicenseRequest. serializableBuilderClass()
-