Uses of Class
software.amazon.awssdk.services.glue.model.StopCrawlerResponse
-
Packages that use StopCrawlerResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StopCrawlerResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StopCrawlerResponse 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StopCrawlerResponse Modifier and Type Method Description default CompletableFuture<StopCrawlerResponse>GlueAsyncClient. stopCrawler(Consumer<StopCrawlerRequest.Builder> stopCrawlerRequest)If the specified crawler is running, stops the crawl.default CompletableFuture<StopCrawlerResponse>GlueAsyncClient. stopCrawler(StopCrawlerRequest stopCrawlerRequest)If the specified crawler is running, stops the crawl.
-