| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationProviderTypes |
AuthenticationProviderTypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<AuthenticationProviderTypes> |
CreateWorkspaceRequest.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.
|
List<AuthenticationProviderTypes> |
UpdateWorkspaceAuthenticationRequest.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.
|
static Set<AuthenticationProviderTypes> |
AuthenticationProviderTypes.knownValues()
|
List<AuthenticationProviderTypes> |
AuthenticationDescription.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.
|
List<AuthenticationProviderTypes> |
AuthenticationSummary.providers()
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.authenticationProviders(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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(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.Builder |
AuthenticationDescription.Builder.providers(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.Builder |
AuthenticationSummary.Builder.providers(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkspaceRequest.Builder |
CreateWorkspaceRequest.Builder.authenticationProviders(Collection<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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(Collection<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.Builder |
AuthenticationDescription.Builder.providers(Collection<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.Builder |
AuthenticationSummary.Builder.providers(Collection<AuthenticationProviderTypes> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
Copyright © 2023. All rights reserved.