Uses of Class
software.amazon.awssdk.services.glue.model.CrawlerStoppingException
-
Packages that use CrawlerStoppingException Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CrawlerStoppingException in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that throw CrawlerStoppingException 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.
-