| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SeedUrlConfiguration |
SeedUrlConfiguration.clone() |
SeedUrlConfiguration |
Urls.getSeedUrlConfiguration()
Configuration of the seed or starting point URLs of the websites you want to crawl.
|
SeedUrlConfiguration |
SeedUrlConfiguration.withSeedUrls(Collection<String> seedUrls)
The list of seed or starting point URLs of the websites you want to crawl.
|
SeedUrlConfiguration |
SeedUrlConfiguration.withSeedUrls(String... seedUrls)
The list of seed or starting point URLs of the websites you want to crawl.
|
SeedUrlConfiguration |
SeedUrlConfiguration.withWebCrawlerMode(String webCrawlerMode)
You can choose one of the following modes:
|
SeedUrlConfiguration |
SeedUrlConfiguration.withWebCrawlerMode(WebCrawlerMode webCrawlerMode)
You can choose one of the following modes:
|
| Modifier and Type | Method and Description |
|---|---|
void |
Urls.setSeedUrlConfiguration(SeedUrlConfiguration seedUrlConfiguration)
Configuration of the seed or starting point 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.
|
Copyright © 2025. All rights reserved.