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