| 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 |
|---|---|
ListWorkspaceServiceAccountsResult |
AbstractAmazonManagedGrafana.listWorkspaceServiceAccounts(ListWorkspaceServiceAccountsRequest request) |
ListWorkspaceServiceAccountsResult |
AmazonManagedGrafanaClient.listWorkspaceServiceAccounts(ListWorkspaceServiceAccountsRequest request)
Returns a list of service accounts for a workspace.
|
ListWorkspaceServiceAccountsResult |
AmazonManagedGrafana.listWorkspaceServiceAccounts(ListWorkspaceServiceAccountsRequest listWorkspaceServiceAccountsRequest)
Returns a list of service accounts for a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkspaceServiceAccountsResult> |
AbstractAmazonManagedGrafanaAsync.listWorkspaceServiceAccountsAsync(ListWorkspaceServiceAccountsRequest request,
AsyncHandler<ListWorkspaceServiceAccountsRequest,ListWorkspaceServiceAccountsResult> asyncHandler) |
Future<ListWorkspaceServiceAccountsResult> |
AmazonManagedGrafanaAsyncClient.listWorkspaceServiceAccountsAsync(ListWorkspaceServiceAccountsRequest request,
AsyncHandler<ListWorkspaceServiceAccountsRequest,ListWorkspaceServiceAccountsResult> asyncHandler) |
Future<ListWorkspaceServiceAccountsResult> |
AmazonManagedGrafanaAsync.listWorkspaceServiceAccountsAsync(ListWorkspaceServiceAccountsRequest listWorkspaceServiceAccountsRequest,
AsyncHandler<ListWorkspaceServiceAccountsRequest,ListWorkspaceServiceAccountsResult> asyncHandler)
Returns a list of service accounts for a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.clone() |
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withNextToken(String nextToken)
The token to use when requesting the next set of service accounts.
|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withServiceAccounts(Collection<ServiceAccountSummary> serviceAccounts)
An array of structures containing information about the service accounts.
|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withServiceAccounts(ServiceAccountSummary... serviceAccounts)
An array of structures containing information about the service accounts.
|
ListWorkspaceServiceAccountsResult |
ListWorkspaceServiceAccountsResult.withWorkspaceId(String workspaceId)
The workspace to which the service accounts are associated.
|
Copyright © 2025. All rights reserved.