| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.clone() |
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.withCreatedAt(Date createdAt)
When the service account token was created.
|
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.withExpiresAt(Date expiresAt)
When the service account token will expire.
|
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.withId(String id)
The unique ID of the service account token.
|
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.withLastUsedAt(Date lastUsedAt)
The last time the token was used to authorize a Grafana HTTP API.
|
ServiceAccountTokenSummary |
ServiceAccountTokenSummary.withName(String name)
The name of the service account token.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccountTokenSummary> |
ListWorkspaceServiceAccountTokensResult.getServiceAccountTokens()
An array of structures containing information about the tokens.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspaceServiceAccountTokensResult |
ListWorkspaceServiceAccountTokensResult.withServiceAccountTokens(ServiceAccountTokenSummary... serviceAccountTokens)
An array of structures containing information about the tokens.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspaceServiceAccountTokensResult.setServiceAccountTokens(Collection<ServiceAccountTokenSummary> serviceAccountTokens)
An array of structures containing information about the tokens.
|
ListWorkspaceServiceAccountTokensResult |
ListWorkspaceServiceAccountTokensResult.withServiceAccountTokens(Collection<ServiceAccountTokenSummary> serviceAccountTokens)
An array of structures containing information about the tokens.
|
Copyright © 2025. All rights reserved.