Uses of Class
software.amazon.awssdk.services.grafana.model.DeleteWorkspaceApiKeyResponse
-
Packages that use DeleteWorkspaceApiKeyResponse 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 DeleteWorkspaceApiKeyResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return DeleteWorkspaceApiKeyResponse Modifier and Type Method Description default DeleteWorkspaceApiKeyResponseGrafanaClient. deleteWorkspaceApiKey(Consumer<DeleteWorkspaceApiKeyRequest.Builder> deleteWorkspaceApiKeyRequest)Deletes a Grafana API key for the workspace.default DeleteWorkspaceApiKeyResponseGrafanaClient. deleteWorkspaceApiKey(DeleteWorkspaceApiKeyRequest deleteWorkspaceApiKeyRequest)Deletes a Grafana API key for the workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type DeleteWorkspaceApiKeyResponse Modifier and Type Method Description default CompletableFuture<DeleteWorkspaceApiKeyResponse>GrafanaAsyncClient. deleteWorkspaceApiKey(Consumer<DeleteWorkspaceApiKeyRequest.Builder> deleteWorkspaceApiKeyRequest)Deletes a Grafana API key for the workspace.default CompletableFuture<DeleteWorkspaceApiKeyResponse>GrafanaAsyncClient. deleteWorkspaceApiKey(DeleteWorkspaceApiKeyRequest deleteWorkspaceApiKeyRequest)Deletes a Grafana API key for the workspace.
-