| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SchedulingConfig |
SchedulingConfig.clone() |
SchedulingConfig |
Job.getSchedulingConfig()
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
SchedulingConfig |
CreateJobRequest.getSchedulingConfig()
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
SchedulingConfig |
SchedulingConfig.withEndBehavior(JobEndBehavior endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
SchedulingConfig |
SchedulingConfig.withEndBehavior(String endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
SchedulingConfig |
SchedulingConfig.withEndTime(String endTime)
The time a job will stop rollout of the job document to all devices in the target group for a job.
|
SchedulingConfig |
SchedulingConfig.withMaintenanceWindows(Collection<MaintenanceWindow> maintenanceWindows)
An optional configuration within the
SchedulingConfig to setup a recurring maintenance window with a
predetermined start time and duration for the rollout of a job document to all devices in a target group for a
job. |
SchedulingConfig |
SchedulingConfig.withMaintenanceWindows(MaintenanceWindow... maintenanceWindows)
An optional configuration within the
SchedulingConfig to setup a recurring maintenance window with a
predetermined start time and duration for the rollout of a job document to all devices in a target group for a
job. |
SchedulingConfig |
SchedulingConfig.withStartTime(String startTime)
The time a job will begin rollout of the job document to all devices in the target group for a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setSchedulingConfig(SchedulingConfig schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
void |
CreateJobRequest.setSchedulingConfig(SchedulingConfig schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
Job |
Job.withSchedulingConfig(SchedulingConfig schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
CreateJobRequest |
CreateJobRequest.withSchedulingConfig(SchedulingConfig schedulingConfig)
The configuration that allows you to schedule a job for a future date and time in addition to specifying the end
behavior for each job execution.
|
Copyright © 2023. All rights reserved.