| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
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 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> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobTemplateResponse.Builder |
DescribeJobTemplateResponse.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.Builder |
SchedulingConfig.Builder.maintenanceWindows(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. |
CreateJobTemplateRequest.Builder |
CreateJobTemplateRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobTemplateResponse.Builder |
DescribeJobTemplateResponse.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.Builder |
SchedulingConfig.Builder.maintenanceWindows(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. |
CreateJobTemplateRequest.Builder |
CreateJobTemplateRequest.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.
|
Copyright © 2023. All rights reserved.