Uses of Class
software.amazon.awssdk.services.iot.model.ScheduledJobRollout
-
Packages that use ScheduledJobRollout Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ScheduledJobRollout in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ScheduledJobRollout Modifier and Type Method Description List<ScheduledJobRollout>
Job. scheduledJobRollouts()
Displays the next seven maintenance window occurrences and their start times.Methods in software.amazon.awssdk.services.iot.model with parameters of type ScheduledJobRollout Modifier and Type Method Description Job.Builder
Job.Builder. scheduledJobRollouts(ScheduledJobRollout... scheduledJobRollouts)
Displays the next seven maintenance window occurrences and their start times.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ScheduledJobRollout Modifier and Type Method Description Job.Builder
Job.Builder. scheduledJobRollouts(Collection<ScheduledJobRollout> scheduledJobRollouts)
Displays the next seven maintenance window occurrences and their start times.
-