| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ExponentialRolloutRate |
ExponentialRolloutRate.clone() |
ExponentialRolloutRate |
JobExecutionsRolloutConfig.getExponentialRate()
The rate of increase for a job rollout.
|
ExponentialRolloutRate |
ExponentialRolloutRate.withBaseRatePerMinute(Integer baseRatePerMinute)
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout.
|
ExponentialRolloutRate |
ExponentialRolloutRate.withIncrementFactor(Double incrementFactor)
The exponential factor to increase the rate of rollout for a job.
|
ExponentialRolloutRate |
ExponentialRolloutRate.withRateIncreaseCriteria(RateIncreaseCriteria rateIncreaseCriteria)
The criteria to initiate the increase in rate of rollout for a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobExecutionsRolloutConfig.setExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
JobExecutionsRolloutConfig |
JobExecutionsRolloutConfig.withExponentialRate(ExponentialRolloutRate exponentialRate)
The rate of increase for a job rollout.
|
Copyright © 2019. All rights reserved.