Uses of Enum
software.amazon.awscdk.services.stepfunctions.JitterType
Package
Description
AWS Step Functions Construct Library
-
Uses of JitterType in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptiondefault JitterType
RetryProps.getJitterStrategy()
Introduces a randomization over the retry interval.final JitterType
RetryProps.Jsii$Proxy.getJitterStrategy()
static JitterType
Returns the enum constant of this type with the specified name.static JitterType[]
JitterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRetryProps.Builder.jitterStrategy
(JitterType jitterStrategy) Sets the value ofRetryProps.getJitterStrategy()