Uses of Class
software.amazon.awssdk.services.grafana.model.CreateWorkspaceApiKeyRequest
-
Packages that use CreateWorkspaceApiKeyRequest 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.transform -
-
Uses of CreateWorkspaceApiKeyRequest in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana with parameters of type CreateWorkspaceApiKeyRequest Modifier and Type Method Description default CompletableFuture<CreateWorkspaceApiKeyResponse>GrafanaAsyncClient. createWorkspaceApiKey(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace.default CreateWorkspaceApiKeyResponseGrafanaClient. createWorkspaceApiKey(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest)Creates a Grafana API key for the workspace. -
Uses of CreateWorkspaceApiKeyRequest in software.amazon.awssdk.services.grafana.transform
Methods in software.amazon.awssdk.services.grafana.transform with parameters of type CreateWorkspaceApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateWorkspaceApiKeyRequestMarshaller. marshall(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest)
-