| 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<CreateWorkspaceApiKeyResponse> |
GrafanaAsyncClient.createWorkspaceApiKey(Consumer<CreateWorkspaceApiKeyRequest.Builder> createWorkspaceApiKeyRequest)
Creates a Grafana API key for the workspace.
|
default CreateWorkspaceApiKeyResponse |
GrafanaClient.createWorkspaceApiKey(Consumer<CreateWorkspaceApiKeyRequest.Builder> createWorkspaceApiKeyRequest)
Creates a Grafana API key for the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.builder() |
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.keyName(String keyName)
Specifies the name of the key.
|
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.keyRole(String keyRole)
Specifies the permission level of the key.
|
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.secondsToLive(Integer secondsToLive)
Specifies the time in seconds until the key expires.
|
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.toBuilder() |
CreateWorkspaceApiKeyRequest.Builder |
CreateWorkspaceApiKeyRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace to create an API key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkspaceApiKeyRequest.Builder> |
CreateWorkspaceApiKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.