| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Urls |
Urls.clone() |
Urls |
WebCrawlerConfiguration.getUrls()
Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl.
|
Urls |
Urls.withSeedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
Urls |
Urls.withSiteMapsConfiguration(SiteMapsConfiguration siteMapsConfiguration)
Configuration of the sitemap URLs of the websites you want to crawl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebCrawlerConfiguration.setUrls(Urls urls)
Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl.
|
WebCrawlerConfiguration |
WebCrawlerConfiguration.withUrls(Urls urls)
Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl.
|
Copyright © 2025. All rights reserved.