| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.clone() |
AuthenticationConfiguration |
WebCrawlerConfiguration.getAuthenticationConfiguration()
Configuration information required to connect to websites using authentication.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withBasicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
AuthenticationConfiguration |
AuthenticationConfiguration.withBasicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebCrawlerConfiguration.setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Configuration information required to connect to websites using authentication.
|
WebCrawlerConfiguration |
WebCrawlerConfiguration.withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Configuration information required to connect to websites using authentication.
|
Copyright © 2024. All rights reserved.