Uses of Class
software.amazon.awssdk.services.iot.model.SchedulingConfig
-
Packages that use SchedulingConfig Package Description software.amazon.awssdk.services.iot.model -
-
Uses of SchedulingConfig in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SchedulingConfig Modifier and Type Method Description SchedulingConfigCreateJobRequest. 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.SchedulingConfigJob. 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.Methods in software.amazon.awssdk.services.iot.model with parameters of type SchedulingConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.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.Job.BuilderJob.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.
-