Uses of Class
software.amazon.awssdk.services.grafana.model.SamlConfigurationStatus
-
Packages that use SamlConfigurationStatus Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of SamlConfigurationStatus in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return SamlConfigurationStatus Modifier and Type Method Description static SamlConfigurationStatusSamlConfigurationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SamlConfigurationStatusAuthenticationSummary. samlConfigurationStatus()Specifies whether the workplace's user authentication method is fully configured.SamlConfigurationStatusSamlAuthentication. status()Specifies whether the workspace's SAML configuration is complete.static SamlConfigurationStatusSamlConfigurationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SamlConfigurationStatus[]SamlConfigurationStatus. 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 SamlConfigurationStatus Modifier and Type Method Description static Set<SamlConfigurationStatus>SamlConfigurationStatus. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type SamlConfigurationStatus Modifier and Type Method Description AuthenticationSummary.BuilderAuthenticationSummary.Builder. samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)Specifies whether the workplace's user authentication method is fully configured.SamlAuthentication.BuilderSamlAuthentication.Builder. status(SamlConfigurationStatus status)Specifies whether the workspace's SAML configuration is complete.
-