Uses of Class
software.amazon.awssdk.services.qconnect.model.SeedUrl
-
Packages that use SeedUrl Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SeedUrl in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SeedUrl Modifier and Type Method Description List<SeedUrl>UrlConfiguration. seedUrls()List of URLs for crawling.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type SeedUrl Modifier and Type Method Description UrlConfiguration.BuilderUrlConfiguration.Builder. seedUrls(SeedUrl... seedUrls)List of URLs for crawling.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type SeedUrl Modifier and Type Method Description UrlConfiguration.BuilderUrlConfiguration.Builder. seedUrls(Collection<SeedUrl> seedUrls)List of URLs for crawling.
-