Uses of Class
software.amazon.awssdk.services.iot.model.MaintenanceWindow
-
Packages that use MaintenanceWindow Package Description software.amazon.awssdk.services.iot.model -
-
Uses of MaintenanceWindow in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type MaintenanceWindow Modifier and Type Method Description List<MaintenanceWindow>CreateJobTemplateRequest. maintenanceWindows()Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.List<MaintenanceWindow>DescribeJobTemplateResponse. maintenanceWindows()Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.List<MaintenanceWindow>SchedulingConfig. maintenanceWindows()An optional configuration within theSchedulingConfigto 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.Methods in software.amazon.awssdk.services.iot.model with parameters of type MaintenanceWindow Modifier and Type Method Description CreateJobTemplateRequest.BuilderCreateJobTemplateRequest.Builder. maintenanceWindows(MaintenanceWindow... maintenanceWindows)Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.DescribeJobTemplateResponse.BuilderDescribeJobTemplateResponse.Builder. maintenanceWindows(MaintenanceWindow... maintenanceWindows)Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.SchedulingConfig.BuilderSchedulingConfig.Builder. maintenanceWindows(MaintenanceWindow... maintenanceWindows)An optional configuration within theSchedulingConfigto 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.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type MaintenanceWindow Modifier and Type Method Description CreateJobTemplateRequest.BuilderCreateJobTemplateRequest.Builder. maintenanceWindows(Collection<MaintenanceWindow> maintenanceWindows)Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.DescribeJobTemplateResponse.BuilderDescribeJobTemplateResponse.Builder. maintenanceWindows(Collection<MaintenanceWindow> maintenanceWindows)Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job.SchedulingConfig.BuilderSchedulingConfig.Builder. maintenanceWindows(Collection<MaintenanceWindow> maintenanceWindows)An optional configuration within theSchedulingConfigto 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.
-