| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana |
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.
|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.clone() |
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withAuthenticationProviders(AuthenticationProviderTypes... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, Amazon Web Services Single Sign On, or both to authenticate users
for using the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withAuthenticationProviders(Collection<String> authenticationProviders)
Specifies whether this workspace uses SAML 2.0, Amazon Web Services Single Sign On, or both to authenticate users
for using the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withAuthenticationProviders(String... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, Amazon Web Services Single Sign On, or both to authenticate users
for using the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withSamlConfiguration(SamlConfiguration samlConfiguration)
If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and
define which groups in the assertion attribute are to have the
Admin and Editor roles
in the workspace. |
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withWorkspaceId(String workspaceId)
The ID of the workspace to update the authentication for.
|
Copyright © 2021. All rights reserved.