| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static WebCrawlerMode |
WebCrawlerMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WebCrawlerMode |
WebCrawlerMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebCrawlerMode[] |
WebCrawlerMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WebCrawlerMode |
SeedUrlConfiguration.webCrawlerMode()
You can choose one of the following modes:
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WebCrawlerMode> |
WebCrawlerMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SeedUrlConfiguration.Builder |
SeedUrlConfiguration.Builder.webCrawlerMode(WebCrawlerMode webCrawlerMode)
You can choose one of the following modes:
|
Copyright © 2023. All rights reserved.