Uses of Class
software.amazon.awssdk.services.qconnect.model.WebCrawlerConfiguration
-
Packages that use WebCrawlerConfiguration Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of WebCrawlerConfiguration in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return WebCrawlerConfiguration Modifier and Type Method Description WebCrawlerConfigurationManagedSourceConfiguration. webCrawlerConfiguration()Configuration data for web crawler data source.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type WebCrawlerConfiguration Modifier and Type Method Description static ManagedSourceConfigurationManagedSourceConfiguration. fromWebCrawlerConfiguration(WebCrawlerConfiguration webCrawlerConfiguration)Create an instance of this class withManagedSourceConfiguration.webCrawlerConfiguration()initialized to the given value.ManagedSourceConfiguration.BuilderManagedSourceConfiguration.Builder. webCrawlerConfiguration(WebCrawlerConfiguration webCrawlerConfiguration)Configuration data for web crawler data source.
-