| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
IoTJobRateIncreaseCriteria |
IoTJobRateIncreaseCriteria.clone() |
IoTJobRateIncreaseCriteria |
IoTJobExponentialRolloutRate.getRateIncreaseCriteria()
The criteria to increase the rollout rate for the job.
|
IoTJobRateIncreaseCriteria |
IoTJobRateIncreaseCriteria.withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The number of devices to receive the job notification before the rollout rate increases.
|
IoTJobRateIncreaseCriteria |
IoTJobRateIncreaseCriteria.withNumberOfSucceededThings(Integer numberOfSucceededThings)
The number of devices to successfully run the configuration job before the rollout rate increases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoTJobExponentialRolloutRate.setRateIncreaseCriteria(IoTJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
|
IoTJobExponentialRolloutRate |
IoTJobExponentialRolloutRate.withRateIncreaseCriteria(IoTJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
|
Copyright © 2021. All rights reserved.