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