| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SchedulingConfig |
Job.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.
|
SchedulingConfig |
CreateJobRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.schedulingConfig(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.Builder |
CreateJobRequest.Builder.schedulingConfig(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 © 2022. All rights reserved.