Uses of Class
software.amazon.awssdk.services.grafana.model.DescribeWorkspaceAuthenticationResponse
-
Packages that use DescribeWorkspaceAuthenticationResponse 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 DescribeWorkspaceAuthenticationResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return DescribeWorkspaceAuthenticationResponse Modifier and Type Method Description default DescribeWorkspaceAuthenticationResponseGrafanaClient. describeWorkspaceAuthentication(Consumer<DescribeWorkspaceAuthenticationRequest.Builder> describeWorkspaceAuthenticationRequest)Displays information about the authentication methods used in one Amazon Managed Grafana workspace.default DescribeWorkspaceAuthenticationResponseGrafanaClient. describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest describeWorkspaceAuthenticationRequest)Displays information about the authentication methods used in one Amazon Managed Grafana workspace.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type DescribeWorkspaceAuthenticationResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkspaceAuthenticationResponse>GrafanaAsyncClient. describeWorkspaceAuthentication(Consumer<DescribeWorkspaceAuthenticationRequest.Builder> describeWorkspaceAuthenticationRequest)Displays information about the authentication methods used in one Amazon Managed Grafana workspace.default CompletableFuture<DescribeWorkspaceAuthenticationResponse>GrafanaAsyncClient. describeWorkspaceAuthentication(DescribeWorkspaceAuthenticationRequest describeWorkspaceAuthenticationRequest)Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
-