Uses of Class
software.amazon.awssdk.services.glue.model.StopCrawlerScheduleRequest
-
Packages that use StopCrawlerScheduleRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StopCrawlerScheduleRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StopCrawlerScheduleRequest Modifier and Type Method Description 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.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. -
Uses of StopCrawlerScheduleRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StopCrawlerScheduleRequest Modifier and Type Method Description SdkHttpFullRequestStopCrawlerScheduleRequestMarshaller. marshall(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
-