Uses of Class
software.amazon.awssdk.services.grafana.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException 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 ServiceQuotaExceededException in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that throw ServiceQuotaExceededException Modifier and Type Method Description default CreateWorkspaceResponseGrafanaClient. createWorkspace(Consumer<CreateWorkspaceRequest.Builder> createWorkspaceRequest)Creates a workspace.default CreateWorkspaceResponseGrafanaClient. createWorkspace(CreateWorkspaceRequest createWorkspaceRequest)Creates a workspace.default CreateWorkspaceApiKeyResponseGrafanaClient. createWorkspaceApiKey(Consumer<CreateWorkspaceApiKeyRequest.Builder> createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace.default CreateWorkspaceApiKeyResponseGrafanaClient. createWorkspaceApiKey(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace.
-