| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountSummary |
ServiceAccountSummary.clone() |
ServiceAccountSummary |
ServiceAccountSummary.withGrafanaRole(Role grafanaRole)
The role of the service account, which sets the permission level used when calling Grafana APIs.
|
ServiceAccountSummary |
ServiceAccountSummary.withGrafanaRole(String grafanaRole)
The role of the service account, which sets the permission level used when calling Grafana APIs.
|
ServiceAccountSummary |
ServiceAccountSummary.withId(String id)
The unique ID of the service account.
|
ServiceAccountSummary |
ServiceAccountSummary.withIsDisabled(String isDisabled)
Returns true if the service account is disabled.
|
ServiceAccountSummary |
ServiceAccountSummary.withName(String name)
The name of the service account.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccountSummary> |
ListWorkspaceServiceAccountsResult.getServiceAccounts()
An array of structures containing information about the service accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withServiceAccounts(ServiceAccountSummary... serviceAccounts)
An array of structures containing information about the service accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspaceServiceAccountsResult.setServiceAccounts(Collection<ServiceAccountSummary> serviceAccounts)
An array of structures containing information about the service accounts.
|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withServiceAccounts(Collection<ServiceAccountSummary> serviceAccounts)
An array of structures containing information about the service accounts.
|
Copyright © 2025. All rights reserved.