Uses of Class
software.amazon.awssdk.services.kendra.model.WebCrawlerMode
-
Packages that use WebCrawlerMode Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of WebCrawlerMode in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return WebCrawlerMode Modifier and Type Method Description static WebCrawlerModeWebCrawlerMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WebCrawlerModeWebCrawlerMode. 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.WebCrawlerModeSeedUrlConfiguration. webCrawlerMode()You can choose one of the following modes:Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type WebCrawlerMode Modifier and Type Method Description static Set<WebCrawlerMode>WebCrawlerMode. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type WebCrawlerMode Modifier and Type Method Description SeedUrlConfiguration.BuilderSeedUrlConfiguration.Builder. webCrawlerMode(WebCrawlerMode webCrawlerMode)You can choose one of the following modes:
-