Uses of Enum Class
software.amazon.lambda.durable.StepSemantics
Packages that use StepSemantics
-
Uses of StepSemantics in software.amazon.lambda.durable
Methods in software.amazon.lambda.durable that return StepSemanticsModifier and TypeMethodDescriptionStepConfig.semantics()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 with parameters of type StepSemanticsModifier and TypeMethodDescriptionStepConfig.Builder.semantics(StepSemantics semantics) Sets the delivery semantics for the step.