| 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<ListWorkspaceServiceAccountsResult> |
AbstractAmazonManagedGrafanaAsync.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.
|
Future<ListWorkspaceServiceAccountsResult> |
AmazonManagedGrafanaAsyncClient.listWorkspaceServiceAccountsAsync(ListWorkspaceServiceAccountsRequest request,
AsyncHandler<ListWorkspaceServiceAccountsRequest,ListWorkspaceServiceAccountsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspaceServiceAccountsRequest |
ListWorkspaceServiceAccountsRequest.clone() |
ListWorkspaceServiceAccountsRequest |
ListWorkspaceServiceAccountsRequest.withMaxResults(Integer maxResults)
The maximum number of service accounts to include in the results.
|
ListWorkspaceServiceAccountsRequest |
ListWorkspaceServiceAccountsRequest.withNextToken(String nextToken)
The token for the next set of service accounts to return.
|
ListWorkspaceServiceAccountsRequest |
ListWorkspaceServiceAccountsRequest.withWorkspaceId(String workspaceId)
The workspace for which to list service accounts.
|
Copyright © 2025. All rights reserved.