| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindow |
MaintenanceWindow.clone() |
MaintenanceWindow |
MaintenanceWindow.withDurationInMinutes(Integer durationInMinutes)
Displays the duration of the next maintenance window.
|
MaintenanceWindow |
MaintenanceWindow.withStartTime(String startTime)
Displays the start time of the next maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
List<MaintenanceWindow> |
SchedulingConfig.getMaintenanceWindows()
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. |
List<MaintenanceWindow> |
DescribeJobTemplateResult.getMaintenanceWindows()
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> |
CreateJobTemplateRequest.getMaintenanceWindows()
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
DescribeJobTemplateResult |
DescribeJobTemplateResult.withMaintenanceWindows(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.
|
CreateJobTemplateRequest |
CreateJobTemplateRequest.withMaintenanceWindows(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulingConfig.setMaintenanceWindows(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. |
void |
DescribeJobTemplateResult.setMaintenanceWindows(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.
|
void |
CreateJobTemplateRequest.setMaintenanceWindows(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 |
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. |
DescribeJobTemplateResult |
DescribeJobTemplateResult.withMaintenanceWindows(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.
|
CreateJobTemplateRequest |
CreateJobTemplateRequest.withMaintenanceWindows(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.
|
Copyright © 2023. All rights reserved.