Uses of Class
software.amazon.awssdk.services.glue.model.StopCrawlerScheduleResponse
-
Packages that use StopCrawlerScheduleResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StopCrawlerScheduleResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StopCrawlerScheduleResponse Modifier and Type Method Description default StopCrawlerScheduleResponseGlueClient. stopCrawlerSchedule(Consumer<StopCrawlerScheduleRequest.Builder> stopCrawlerScheduleRequest)Sets the schedule state of the specified crawler toNOT_SCHEDULED, but does not stop the crawler if it is already running.default StopCrawlerScheduleResponseGlueClient. stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)Sets the schedule state of the specified crawler toNOT_SCHEDULED, but does not stop the crawler if it is already running.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StopCrawlerScheduleResponse Modifier and Type Method Description default CompletableFuture<StopCrawlerScheduleResponse>GlueAsyncClient. stopCrawlerSchedule(Consumer<StopCrawlerScheduleRequest.Builder> stopCrawlerScheduleRequest)Sets the schedule state of the specified crawler toNOT_SCHEDULED, but does not stop the crawler if it is already running.default CompletableFuture<StopCrawlerScheduleResponse>GlueAsyncClient. stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)Sets the schedule state of the specified crawler toNOT_SCHEDULED, but does not stop the crawler if it is already running.
-