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