Uses of Enum Class
software.amazon.lambda.durable.config.StepSemantics
Packages that use StepSemantics
-
Uses of StepSemantics in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return StepSemanticsModifier and TypeMethodDescriptionStepConfig.semanticsPerRetry()Returns the delivery semantics per retry for this step.static StepSemanticsReturns the enum constant of this class with the specified name.static StepSemantics[]StepSemantics.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.config with parameters of type StepSemanticsModifier and TypeMethodDescriptionStepConfig.Builder.semanticsPerRetry(StepSemantics semanticsPerRetry) Sets the delivery semantics per retry for the step.Constructors in software.amazon.lambda.durable.config with parameters of type StepSemanticsModifierConstructorDescriptionBuilder(RetryStrategy retryStrategy, StepSemantics semanticsPerRetry, SerDes serDes)