Uses of Class
software.amazon.awssdk.services.scheduler.model.FlexibleTimeWindow
-
Packages that use FlexibleTimeWindow Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of FlexibleTimeWindow in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return FlexibleTimeWindow Modifier and Type Method Description FlexibleTimeWindowCreateScheduleRequest. flexibleTimeWindow()Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.FlexibleTimeWindowGetScheduleResponse. flexibleTimeWindow()Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.FlexibleTimeWindowUpdateScheduleRequest. flexibleTimeWindow()Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.Methods in software.amazon.awssdk.services.scheduler.model with parameters of type FlexibleTimeWindow Modifier and Type Method Description CreateScheduleRequest.BuilderCreateScheduleRequest.Builder. flexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.GetScheduleResponse.BuilderGetScheduleResponse.Builder. flexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.UpdateScheduleRequest.BuilderUpdateScheduleRequest.Builder. flexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
-