Uses of Class
software.amazon.awssdk.services.databrew.model.UpdateScheduleResponse
-
Packages that use UpdateScheduleResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of UpdateScheduleResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return UpdateScheduleResponse Modifier and Type Method Description default UpdateScheduleResponseDataBrewClient. updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest)Modifies the definition of an existing DataBrew schedule.default UpdateScheduleResponseDataBrewClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Modifies the definition of an existing DataBrew schedule.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type UpdateScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateScheduleResponse>DataBrewAsyncClient. updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest)Modifies the definition of an existing DataBrew schedule.default CompletableFuture<UpdateScheduleResponse>DataBrewAsyncClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Modifies the definition of an existing DataBrew schedule.
-