| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
RateIncreaseCriteria |
RateIncreaseCriteria.clone() |
RateIncreaseCriteria |
ExponentialRolloutRate.getRateIncreaseCriteria()
The criteria to initiate the increase in rate of rollout for a job.
|
RateIncreaseCriteria |
RateIncreaseCriteria.withNumberOfNotifiedThings(Integer numberOfNotifiedThings)
The threshold for number of notified things that will initiate the increase in rate of rollout.
|
RateIncreaseCriteria |
RateIncreaseCriteria.withNumberOfSucceededThings(Integer numberOfSucceededThings)
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExponentialRolloutRate.setRateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
ExponentialRolloutRate |
ExponentialRolloutRate.withRateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
Copyright © 2021. All rights reserved.