Uses of Class
software.amazon.awssdk.services.scheduler.model.UpdateScheduleResponse
-
Packages that use UpdateScheduleResponse Package Description software.amazon.awssdk.services.scheduler Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. -
-
Uses of UpdateScheduleResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return UpdateScheduleResponse Modifier and Type Method Description default UpdateScheduleResponseSchedulerClient. updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest)Updates the specified schedule.default UpdateScheduleResponseSchedulerClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Updates the specified schedule.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type UpdateScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateScheduleResponse>SchedulerAsyncClient. updateSchedule(Consumer<UpdateScheduleRequest.Builder> updateScheduleRequest)Updates the specified schedule.default CompletableFuture<UpdateScheduleResponse>SchedulerAsyncClient. updateSchedule(UpdateScheduleRequest updateScheduleRequest)Updates the specified schedule.
-