| 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<CreateWorkspaceApiKeyResult> |
AbstractAmazonManagedGrafanaAsync.createWorkspaceApiKeyAsync(CreateWorkspaceApiKeyRequest request,
AsyncHandler<CreateWorkspaceApiKeyRequest,CreateWorkspaceApiKeyResult> asyncHandler) |
Future<CreateWorkspaceApiKeyResult> |
AmazonManagedGrafanaAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceApiKeyRequest |
CreateWorkspaceApiKeyRequest.clone() |
CreateWorkspaceApiKeyRequest |
CreateWorkspaceApiKeyRequest.withKeyName(String keyName)
Specifies the name of the key.
|
CreateWorkspaceApiKeyRequest |
CreateWorkspaceApiKeyRequest.withKeyRole(String keyRole)
Specifies the permission level of the key.
|
CreateWorkspaceApiKeyRequest |
CreateWorkspaceApiKeyRequest.withSecondsToLive(Integer secondsToLive)
Specifies the time in seconds until the key expires.
|
CreateWorkspaceApiKeyRequest |
CreateWorkspaceApiKeyRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to create an API key.
|
Copyright © 2022. All rights reserved.