| 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 |
|---|---|
CreateWorkspaceApiKeyResult |
AbstractAmazonManagedGrafana.createWorkspaceApiKey(CreateWorkspaceApiKeyRequest request) |
CreateWorkspaceApiKeyResult |
AmazonManagedGrafanaClient.createWorkspaceApiKey(CreateWorkspaceApiKeyRequest request)
Creates a Grafana API key for the workspace.
|
CreateWorkspaceApiKeyResult |
AmazonManagedGrafana.createWorkspaceApiKey(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest)
Creates a Grafana API key for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkspaceApiKeyResult> |
AbstractAmazonManagedGrafanaAsync.createWorkspaceApiKeyAsync(CreateWorkspaceApiKeyRequest request,
AsyncHandler<CreateWorkspaceApiKeyRequest,CreateWorkspaceApiKeyResult> asyncHandler) |
Future<CreateWorkspaceApiKeyResult> |
AmazonManagedGrafanaAsync.createWorkspaceApiKeyAsync(CreateWorkspaceApiKeyRequest createWorkspaceApiKeyRequest,
AsyncHandler<CreateWorkspaceApiKeyRequest,CreateWorkspaceApiKeyResult> asyncHandler)
Creates a Grafana API key for the workspace.
|
Future<CreateWorkspaceApiKeyResult> |
AmazonManagedGrafanaAsyncClient.createWorkspaceApiKeyAsync(CreateWorkspaceApiKeyRequest request,
AsyncHandler<CreateWorkspaceApiKeyRequest,CreateWorkspaceApiKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceApiKeyResult |
CreateWorkspaceApiKeyResult.clone() |
CreateWorkspaceApiKeyResult |
CreateWorkspaceApiKeyResult.withKey(String key)
The key token.
|
CreateWorkspaceApiKeyResult |
CreateWorkspaceApiKeyResult.withKeyName(String keyName)
The name of the key that was created.
|
CreateWorkspaceApiKeyResult |
CreateWorkspaceApiKeyResult.withWorkspaceId(String workspaceId)
The ID of the workspace that the key is valid for.
|
Copyright © 2023. All rights reserved.