Uses of Class
software.amazon.awssdk.services.grafana.paginators.ListWorkspacesIterable
-
Packages that use ListWorkspacesIterable 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. -
-
Uses of ListWorkspacesIterable in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return ListWorkspacesIterable Modifier and Type Method Description default ListWorkspacesIterableGrafanaClient. listWorkspacesPaginator(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.default ListWorkspacesIterableGrafanaClient. listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest)Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.
-