Uses of Class
software.amazon.awssdk.services.qbusiness.model.WebExperienceAuthConfiguration
-
Packages that use WebExperienceAuthConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of WebExperienceAuthConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return WebExperienceAuthConfiguration Modifier and Type Method Description WebExperienceAuthConfigurationGetWebExperienceResponse. authenticationConfiguration()Deprecated.Property associated with legacy SAML IdP flow.WebExperienceAuthConfigurationUpdateWebExperienceRequest. authenticationConfiguration()Deprecated.Property associated with legacy SAML IdP flow.static WebExperienceAuthConfigurationWebExperienceAuthConfiguration. fromSamlConfiguration(Consumer<SamlConfiguration.Builder> samlConfiguration)Create an instance of this class withsamlConfiguration()initialized to the given value.static WebExperienceAuthConfigurationWebExperienceAuthConfiguration. fromSamlConfiguration(SamlConfiguration samlConfiguration)Create an instance of this class withsamlConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type WebExperienceAuthConfiguration Modifier and Type Method Description GetWebExperienceResponse.BuilderGetWebExperienceResponse.Builder. authenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)Deprecated.Property associated with legacy SAML IdP flow.UpdateWebExperienceRequest.BuilderUpdateWebExperienceRequest.Builder. authenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)Deprecated.Property associated with legacy SAML IdP flow.
-