Uses of Class
software.amazon.awssdk.services.grafana.model.ListPermissionsResponse
-
Packages that use ListPermissionsResponse 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 ListPermissionsResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return ListPermissionsResponse Modifier and Type Method Description default ListPermissionsResponseGrafanaClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Lists the users and groups who have the GrafanaAdminandEditorroles in this workspace.default ListPermissionsResponseGrafanaClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Lists the users and groups who have the GrafanaAdminandEditorroles in this workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description default CompletableFuture<ListPermissionsResponse>GrafanaAsyncClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Lists the users and groups who have the GrafanaAdminandEditorroles in this workspace.default CompletableFuture<ListPermissionsResponse>GrafanaAsyncClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Lists the users and groups who have the GrafanaAdminandEditorroles in this workspace. -
Uses of ListPermissionsResponse in software.amazon.awssdk.services.grafana.paginators
Methods in software.amazon.awssdk.services.grafana.paginators that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description Iterator<ListPermissionsResponse>ListPermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.grafana.paginators with type arguments of type ListPermissionsResponse Modifier and Type Method Description voidListPermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPermissionsResponse> subscriber)
-