| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration |
ProxyConfiguration.clone() |
ProxyConfiguration |
WebCrawlerConfiguration.getProxyConfiguration()
Configuration information required to connect to your internal websites via a web proxy.
|
ProxyConfiguration |
ProxyConfiguration.withCredentials(String credentials)
Your secret ARN, which you can create in Secrets Manager
|
ProxyConfiguration |
ProxyConfiguration.withHost(String host)
The name of the website host you want to connect to via a web proxy server.
|
ProxyConfiguration |
ProxyConfiguration.withPort(Integer port)
The port number of the website host you want to connect to via a web proxy server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebCrawlerConfiguration.setProxyConfiguration(ProxyConfiguration proxyConfiguration)
Configuration information required to connect to your internal websites via a web proxy.
|
WebCrawlerConfiguration |
WebCrawlerConfiguration.withProxyConfiguration(ProxyConfiguration proxyConfiguration)
Configuration information required to connect to your internal websites via a web proxy.
|
Copyright © 2022. All rights reserved.