| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationProviderTypes |
AuthenticationProviderTypes.fromValue(String value)
Use this in place of valueOf.
|
static AuthenticationProviderTypes |
AuthenticationProviderTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationProviderTypes[] |
AuthenticationProviderTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceAuthenticationRequest |
UpdateWorkspaceAuthenticationRequest.withAuthenticationProviders(AuthenticationProviderTypes... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
CreateWorkspaceRequest |
CreateWorkspaceRequest.withAuthenticationProviders(AuthenticationProviderTypes... authenticationProviders)
Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to
authenticate users for using the Grafana console within a workspace.
|
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.
|
AuthenticationSummary |
AuthenticationSummary.withProviders(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
Copyright © 2023. All rights reserved.