| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana |
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.
|
| software.amazon.awssdk.services.grafana.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkspacesResponse |
GrafanaClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
default ListWorkspacesResponse |
GrafanaClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkspacesResponse> |
GrafanaAsyncClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
default CompletableFuture<ListWorkspacesResponse> |
GrafanaAsyncClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)
Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkspacesResponse> |
ListWorkspacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkspacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber) |
Copyright © 2023. All rights reserved.