Uses of Class
software.amazon.awssdk.services.grafana.model.ListWorkspacesResponse
-
Packages that use ListWorkspacesResponse 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 -
-
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return ListWorkspacesResponse Modifier and Type Method Description default ListWorkspacesResponseGrafanaClient. listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.default ListWorkspacesResponseGrafanaClient. listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type ListWorkspacesResponse Modifier and Type Method 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. -
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.grafana.paginators
Methods in software.amazon.awssdk.services.grafana.paginators that return types with arguments of type ListWorkspacesResponse Modifier and Type Method Description Iterator<ListWorkspacesResponse>ListWorkspacesIterable. iterator()Method parameters in software.amazon.awssdk.services.grafana.paginators with type arguments of type ListWorkspacesResponse Modifier and Type Method Description voidListWorkspacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber)
-