| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.basicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.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.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.basicAuthentication(Consumer<BasicAuthenticationConfiguration.Builder>... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
static AuthenticationConfiguration.Builder |
AuthenticationConfiguration.builder() |
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationConfiguration.Builder> |
AuthenticationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WebCrawlerConfiguration.Builder |
WebCrawlerConfiguration.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
Configuration information required to connect to websites using authentication.
|
Copyright © 2023. All rights reserved.