Uses of Enum Class
software.amazon.lambda.durable.model.ParallelResult.Status
Packages that use ParallelResult.Status
-
Uses of ParallelResult.Status in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return ParallelResult.StatusModifier and TypeMethodDescriptionstatic ParallelResult.StatusReturns the enum constant of this class with the specified name.static ParallelResult.Status[]ParallelResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.lambda.durable.model that return types with arguments of type ParallelResult.StatusModifier and TypeMethodDescriptionParallelResult.statuses()Returns the value of thestatusesrecord component.Constructor parameters in software.amazon.lambda.durable.model with type arguments of type ParallelResult.StatusModifierConstructorDescriptionParallelResult(int size, int succeeded, int failed, int skipped, ConcurrencyCompletionStatus completionStatus, List<ParallelResult.Status> statuses) Creates an instance of aParallelResultrecord class.