| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationDescription |
AuthenticationDescription.clone() |
AuthenticationDescription |
UpdateWorkspaceAuthenticationResult.getAuthentication()
A structure that describes the user authentication for this workspace after the update is made.
|
AuthenticationDescription |
DescribeWorkspaceAuthenticationResult.getAuthentication()
A structure containing information about the authentication methods used in the workspace.
|
AuthenticationDescription |
AuthenticationDescription.withAwsSso(AwsSsoAuthentication awsSso)
A structure containing information about how this workspace works with IAM Identity Center.
|
AuthenticationDescription |
AuthenticationDescription.withProviders(AuthenticationProviderTypes... providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the
Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription |
AuthenticationDescription.withProviders(Collection<String> providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the
Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription |
AuthenticationDescription.withProviders(String... providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the
Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription |
AuthenticationDescription.withSaml(SamlAuthentication saml)
A structure containing information about how this workspace works with SAML, including what attributes within the
assertion are to be mapped to user information in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkspaceAuthenticationResult.setAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
void |
DescribeWorkspaceAuthenticationResult.setAuthentication(AuthenticationDescription authentication)
A structure containing information about the authentication methods used in the workspace.
|
UpdateWorkspaceAuthenticationResult |
UpdateWorkspaceAuthenticationResult.withAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
DescribeWorkspaceAuthenticationResult |
DescribeWorkspaceAuthenticationResult.withAuthentication(AuthenticationDescription authentication)
A structure containing information about the authentication methods used in the workspace.
|
Copyright © 2024. All rights reserved.