Uses of Class
software.amazon.awssdk.services.glue.model.UpdateCrawlerScheduleResponse
-
Packages that use UpdateCrawlerScheduleResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateCrawlerScheduleResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateCrawlerScheduleResponse Modifier and Type Method Description default UpdateCrawlerScheduleResponseGlueClient. updateCrawlerSchedule(Consumer<UpdateCrawlerScheduleRequest.Builder> updateCrawlerScheduleRequest)Updates the schedule of a crawler using acronexpression.default UpdateCrawlerScheduleResponseGlueClient. updateCrawlerSchedule(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest)Updates the schedule of a crawler using acronexpression.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateCrawlerScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateCrawlerScheduleResponse>GlueAsyncClient. updateCrawlerSchedule(Consumer<UpdateCrawlerScheduleRequest.Builder> updateCrawlerScheduleRequest)Updates the schedule of a crawler using acronexpression.default CompletableFuture<UpdateCrawlerScheduleResponse>GlueAsyncClient. updateCrawlerSchedule(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest)Updates the schedule of a crawler using acronexpression.
-