Uses of Class
software.amazon.awssdk.services.glue.model.StartCrawlerScheduleResponse
-
Packages that use StartCrawlerScheduleResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartCrawlerScheduleResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartCrawlerScheduleResponse Modifier and Type Method Description default StartCrawlerScheduleResponseGlueClient. startCrawlerSchedule(Consumer<StartCrawlerScheduleRequest.Builder> startCrawlerScheduleRequest)Changes the schedule state of the specified crawler toSCHEDULED, unless the crawler is already running or the schedule state is alreadySCHEDULED.default StartCrawlerScheduleResponseGlueClient. startCrawlerSchedule(StartCrawlerScheduleRequest startCrawlerScheduleRequest)Changes the schedule state of the specified crawler toSCHEDULED, unless the crawler is already running or the schedule state is alreadySCHEDULED.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartCrawlerScheduleResponse Modifier and Type Method Description default CompletableFuture<StartCrawlerScheduleResponse>GlueAsyncClient. startCrawlerSchedule(Consumer<StartCrawlerScheduleRequest.Builder> startCrawlerScheduleRequest)Changes the schedule state of the specified crawler toSCHEDULED, unless the crawler is already running or the schedule state is alreadySCHEDULED.default CompletableFuture<StartCrawlerScheduleResponse>GlueAsyncClient. startCrawlerSchedule(StartCrawlerScheduleRequest startCrawlerScheduleRequest)Changes the schedule state of the specified crawler toSCHEDULED, unless the crawler is already running or the schedule state is alreadySCHEDULED.
-