Uses of Class
software.amazon.awssdk.services.iot.model.ExponentialRolloutRate
-
Packages that use ExponentialRolloutRate Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ExponentialRolloutRate in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ExponentialRolloutRate Modifier and Type Method Description ExponentialRolloutRateJobExecutionsRolloutConfig. exponentialRate()The rate of increase for a job rollout.Methods in software.amazon.awssdk.services.iot.model with parameters of type ExponentialRolloutRate Modifier and Type Method Description JobExecutionsRolloutConfig.BuilderJobExecutionsRolloutConfig.Builder. exponentialRate(ExponentialRolloutRate exponentialRate)The rate of increase for a job rollout.
-