Uses of Enum Class
software.amazon.lambda.durable.model.ConcurrencyCompletionStatus
Packages that use ConcurrencyCompletionStatus
-
Uses of ConcurrencyCompletionStatus in software.amazon.lambda.durable.config
Methods in software.amazon.lambda.durable.config that return ConcurrencyCompletionStatusModifier and TypeMethodDescriptionCompletionConfig.CompletionDecision.completionStatus()Returns the value of thecompletionStatusrecord component.Methods in software.amazon.lambda.durable.config with parameters of type ConcurrencyCompletionStatusModifier and TypeMethodDescriptionCompletionConfig.CompletionDecision.complete(ConcurrencyCompletionStatus completionStatus) Constructors in software.amazon.lambda.durable.config with parameters of type ConcurrencyCompletionStatusModifierConstructorDescriptionCompletionDecision(boolean shouldComplete, ConcurrencyCompletionStatus completionStatus) Creates an instance of aCompletionDecisionrecord class. -
Uses of ConcurrencyCompletionStatus in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return ConcurrencyCompletionStatusModifier and TypeMethodDescriptionMapResult.completionReason()Returns the value of thecompletionReasonrecord component.ParallelResult.completionStatus()Returns the value of thecompletionStatusrecord component.static ConcurrencyCompletionStatusReturns the enum constant of this class with the specified name.static ConcurrencyCompletionStatus[]ConcurrencyCompletionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.amazon.lambda.durable.model with parameters of type ConcurrencyCompletionStatusModifierConstructorDescriptionMapResult(List<MapResult.MapResultItem<T>> items, ConcurrencyCompletionStatus completionReason) Compact constructor that applies defensive copy and defaults.ParallelResult(int size, int succeeded, int failed, int skipped, ConcurrencyCompletionStatus completionStatus, List<ParallelResult.Status> statuses) Creates an instance of aParallelResultrecord class.