Uses of Class
software.amazon.awssdk.services.grafana.model.AuthenticationProviderTypes
-
Packages that use AuthenticationProviderTypes Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AuthenticationProviderTypes in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AuthenticationProviderTypes Modifier and Type Method Description static AuthenticationProviderTypesAuthenticationProviderTypes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationProviderTypesAuthenticationProviderTypes. 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.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type AuthenticationProviderTypes Modifier and Type Method Description List<AuthenticationProviderTypes>CreateWorkspaceRequest. authenticationProviders()Specifies whether this workspace uses SAML 2.0, IAM Identity Center, 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, 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.Methods in software.amazon.awssdk.services.grafana.model with parameters of type AuthenticationProviderTypes Modifier and Type Method Description CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. authenticationProviders(AuthenticationProviderTypes... authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace.UpdateWorkspaceAuthenticationRequest.BuilderUpdateWorkspaceAuthenticationRequest.Builder. authenticationProviders(AuthenticationProviderTypes... authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace.AuthenticationDescription.BuilderAuthenticationDescription.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.BuilderAuthenticationSummary.Builder. providers(AuthenticationProviderTypes... providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type AuthenticationProviderTypes Modifier and Type Method Description CreateWorkspaceRequest.BuilderCreateWorkspaceRequest.Builder. authenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace.UpdateWorkspaceAuthenticationRequest.BuilderUpdateWorkspaceAuthenticationRequest.Builder. authenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders)Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace.AuthenticationDescription.BuilderAuthenticationDescription.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.BuilderAuthenticationSummary.Builder. providers(Collection<AuthenticationProviderTypes> providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
-