Uses of Class
software.amazon.awssdk.services.qbusiness.model.SamlConfiguration
-
Packages that use SamlConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of SamlConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return SamlConfiguration Modifier and Type Method Description SamlConfigurationWebExperienceAuthConfiguration. samlConfiguration()Returns the value of the SamlConfiguration property for this object.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type SamlConfiguration Modifier and Type Method Description static WebExperienceAuthConfigurationWebExperienceAuthConfiguration. fromSamlConfiguration(SamlConfiguration samlConfiguration)Create an instance of this class withWebExperienceAuthConfiguration.samlConfiguration()initialized to the given value.WebExperienceAuthConfiguration.BuilderWebExperienceAuthConfiguration.Builder. samlConfiguration(SamlConfiguration samlConfiguration)Sets the value of the SamlConfiguration property for this object.
-