Uses of Class
software.amazon.awssdk.services.grafana.model.UpdateWorkspaceAuthenticationResponse
-
Packages that use UpdateWorkspaceAuthenticationResponse 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 UpdateWorkspaceAuthenticationResponse in software.amazon.awssdk.services.grafana
Methods in software.amazon.awssdk.services.grafana that return UpdateWorkspaceAuthenticationResponse Modifier and Type Method Description default UpdateWorkspaceAuthenticationResponseGrafanaClient. updateWorkspaceAuthentication(Consumer<UpdateWorkspaceAuthenticationRequest.Builder> updateWorkspaceAuthenticationRequest)Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML.default UpdateWorkspaceAuthenticationResponseGrafanaClient. updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest updateWorkspaceAuthenticationRequest)Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML.Methods in software.amazon.awssdk.services.grafana that return types with arguments of type UpdateWorkspaceAuthenticationResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkspaceAuthenticationResponse>GrafanaAsyncClient. updateWorkspaceAuthentication(Consumer<UpdateWorkspaceAuthenticationRequest.Builder> updateWorkspaceAuthenticationRequest)Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML.default CompletableFuture<UpdateWorkspaceAuthenticationResponse>GrafanaAsyncClient. updateWorkspaceAuthentication(UpdateWorkspaceAuthenticationRequest updateWorkspaceAuthenticationRequest)Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML.
-