Uses of Class
software.amazon.awssdk.services.glue.model.StopCrawlerRequest
-
Packages that use StopCrawlerRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StopCrawlerRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StopCrawlerRequest Modifier and Type Method Description default CompletableFuture<StopCrawlerResponse>GlueAsyncClient. stopCrawler(StopCrawlerRequest stopCrawlerRequest)If the specified crawler is running, stops the crawl.default StopCrawlerResponseGlueClient. stopCrawler(StopCrawlerRequest stopCrawlerRequest)If the specified crawler is running, stops the crawl. -
Uses of StopCrawlerRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StopCrawlerRequest Modifier and Type Method Description SdkHttpFullRequestStopCrawlerRequestMarshaller. marshall(StopCrawlerRequest stopCrawlerRequest)
-