| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteWorkspaceApiKeyResponse> |
GrafanaAsyncClient.deleteWorkspaceApiKey(Consumer<DeleteWorkspaceApiKeyRequest.Builder> deleteWorkspaceApiKeyRequest)
Deletes a Grafana API key for the workspace.
|
default DeleteWorkspaceApiKeyResponse |
GrafanaClient.deleteWorkspaceApiKey(Consumer<DeleteWorkspaceApiKeyRequest.Builder> deleteWorkspaceApiKeyRequest)
Deletes a Grafana API key for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.builder() |
DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.Builder.keyName(String keyName)
The name of the API key to delete.
|
DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.toBuilder() |
DeleteWorkspaceApiKeyRequest.Builder |
DeleteWorkspaceApiKeyRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace to delete.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteWorkspaceApiKeyRequest.Builder> |
DeleteWorkspaceApiKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.