| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthenticationConfiguration |
BasicAuthenticationConfiguration.clone() |
BasicAuthenticationConfiguration |
BasicAuthenticationConfiguration.withCredentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
|
BasicAuthenticationConfiguration |
BasicAuthenticationConfiguration.withHost(String host)
The name of the website host you want to connect to using authentication credentials.
|
BasicAuthenticationConfiguration |
BasicAuthenticationConfiguration.withPort(Integer port)
The port number of the website host you want to connect to using authentication credentials.
|
| Modifier and Type | Method and Description |
|---|---|
List<BasicAuthenticationConfiguration> |
AuthenticationConfiguration.getBasicAuthentication()
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationConfiguration.setBasicAuthentication(Collection<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.
|
Copyright © 2025. All rights reserved.