Uses of Class
software.amazon.awssdk.services.kendra.model.BasicAuthenticationConfiguration
-
Packages that use BasicAuthenticationConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of BasicAuthenticationConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BasicAuthenticationConfiguration Modifier and Type Method Description List<BasicAuthenticationConfiguration>AuthenticationConfiguration. basicAuthentication()The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.Methods in software.amazon.awssdk.services.kendra.model with parameters of type BasicAuthenticationConfiguration Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. basicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type BasicAuthenticationConfiguration Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. basicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
-