| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
IoTJobExponentialRolloutRate |
IoTJobExponentialRolloutRate.clone() |
IoTJobExponentialRolloutRate |
IoTJobExecutionsRolloutConfig.getExponentialRate()
The exponential rate to increase the job rollout rate.
|
IoTJobExponentialRolloutRate |
IoTJobExponentialRolloutRate.withBaseRatePerMinute(Integer baseRatePerMinute)
The minimum number of devices that receive a pending job notification, per minute, when the job starts.
|
IoTJobExponentialRolloutRate |
IoTJobExponentialRolloutRate.withIncrementFactor(Double incrementFactor)
The exponential factor to increase the rollout rate for the job.
|
IoTJobExponentialRolloutRate |
IoTJobExponentialRolloutRate.withRateIncreaseCriteria(IoTJobRateIncreaseCriteria rateIncreaseCriteria)
The criteria to increase the rollout rate for the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoTJobExecutionsRolloutConfig.setExponentialRate(IoTJobExponentialRolloutRate exponentialRate)
The exponential rate to increase the job rollout rate.
|
IoTJobExecutionsRolloutConfig |
IoTJobExecutionsRolloutConfig.withExponentialRate(IoTJobExponentialRolloutRate exponentialRate)
The exponential rate to increase the job rollout rate.
|
Copyright © 2021. All rights reserved.