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.semantics()Deprecated, for removal: This API element is subject to removal in a future version.StepConfig.semanticsPerRetry()Returns the delivery semantics per retry for this step, or null if not specified.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.semantics(StepSemantics semantics) Deprecated, for removal: This API element is subject to removal in a future version.UseStepConfig.Builder.semanticsPerRetry(StepSemantics)instead.StepConfig.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 semantics, StepSemantics semanticsPerRetry, SerDes serDes)
StepConfig.semanticsPerRetry()instead.