| 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 |
|---|---|
ListWorkspacesResult |
AbstractAmazonManagedGrafana.listWorkspaces(ListWorkspacesRequest request) |
ListWorkspacesResult |
AmazonManagedGrafana.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
ListWorkspacesResult |
AmazonManagedGrafanaClient.listWorkspaces(ListWorkspacesRequest request)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsyncClient.listWorkspacesAsync(ListWorkspacesRequest request) |
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
Future<ListWorkspacesResult> |
AbstractAmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest request) |
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsyncClient.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
Future<ListWorkspacesResult> |
AbstractAmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsyncClient.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
Future<ListWorkspacesResult> |
AmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest listWorkspacesRequest,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
Future<ListWorkspacesResult> |
AbstractAmazonManagedGrafanaAsync.listWorkspacesAsync(ListWorkspacesRequest request,
AsyncHandler<ListWorkspacesRequest,ListWorkspacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesResult |
ListWorkspacesResult.clone() |
ListWorkspacesResult |
ListWorkspacesResult.withNextToken(String nextToken)
The token to use when requesting the next set of workspaces.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(Collection<WorkspaceSummary> workspaces)
An array of structures that contain some information about the workspaces in the account.
|
ListWorkspacesResult |
ListWorkspacesResult.withWorkspaces(WorkspaceSummary... workspaces)
An array of structures that contain some information about the workspaces in the account.
|
Copyright © 2023. All rights reserved.