Uses of Class
software.amazon.awssdk.services.glue.model.CrawlerNotRunningException
-
Packages that use CrawlerNotRunningException Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CrawlerNotRunningException in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that throw CrawlerNotRunningException Modifier and Type Method Description default StopCrawlerResponseGlueClient. stopCrawler(Consumer<StopCrawlerRequest.Builder> stopCrawlerRequest)If the specified crawler is running, stops the crawl.default StopCrawlerResponseGlueClient. stopCrawler(StopCrawlerRequest stopCrawlerRequest)If the specified crawler is running, stops the crawl.
-