| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana |
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.
|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWorkspaceApiKeyResult> |
AbstractAmazonManagedGrafanaAsync.deleteWorkspaceApiKeyAsync(DeleteWorkspaceApiKeyRequest request,
AsyncHandler<DeleteWorkspaceApiKeyRequest,DeleteWorkspaceApiKeyResult> asyncHandler) |
Future<DeleteWorkspaceApiKeyResult> |
AmazonManagedGrafanaAsync.deleteWorkspaceApiKeyAsync(DeleteWorkspaceApiKeyRequest deleteWorkspaceApiKeyRequest,
AsyncHandler<DeleteWorkspaceApiKeyRequest,DeleteWorkspaceApiKeyResult> asyncHandler)
Deletes a Grafana API key for the workspace.
|
Future<DeleteWorkspaceApiKeyResult> |
AmazonManagedGrafanaAsyncClient.deleteWorkspaceApiKeyAsync(DeleteWorkspaceApiKeyRequest request,
AsyncHandler<DeleteWorkspaceApiKeyRequest,DeleteWorkspaceApiKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkspaceApiKeyRequest |
DeleteWorkspaceApiKeyRequest.clone() |
DeleteWorkspaceApiKeyRequest |
DeleteWorkspaceApiKeyRequest.withKeyName(String keyName)
The name of the API key to delete.
|
DeleteWorkspaceApiKeyRequest |
DeleteWorkspaceApiKeyRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to delete.
|
Copyright © 2025. All rights reserved.