| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
FlexibleTimeWindow |
FlexibleTimeWindow.clone() |
FlexibleTimeWindow |
GetScheduleResult.getFlexibleTimeWindow()
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
FlexibleTimeWindow |
CreateScheduleRequest.getFlexibleTimeWindow()
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
FlexibleTimeWindow |
UpdateScheduleRequest.getFlexibleTimeWindow()
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
FlexibleTimeWindow |
FlexibleTimeWindow.withMaximumWindowInMinutes(Integer maximumWindowInMinutes)
The maximum time window during which a schedule can be invoked.
|
FlexibleTimeWindow |
FlexibleTimeWindow.withMode(FlexibleTimeWindowMode mode)
Determines whether the schedule is invoked within a flexible time window.
|
FlexibleTimeWindow |
FlexibleTimeWindow.withMode(String mode)
Determines whether the schedule is invoked within a flexible time window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScheduleResult.setFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
void |
CreateScheduleRequest.setFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
void |
UpdateScheduleRequest.setFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
GetScheduleResult |
GetScheduleResult.withFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
CreateScheduleRequest |
CreateScheduleRequest.withFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
UpdateScheduleRequest |
UpdateScheduleRequest.withFlexibleTimeWindow(FlexibleTimeWindow flexibleTimeWindow)
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
Copyright © 2025. All rights reserved.