Uses of Enum Class
software.amazon.lambda.durable.plugin.InvocationStatus
Packages that use InvocationStatus
-
Uses of InvocationStatus in software.amazon.lambda.durable.plugin
Methods in software.amazon.lambda.durable.plugin that return InvocationStatusModifier and TypeMethodDescriptionInvocationEndInfo.invocationStatus()Returns the value of theinvocationStatusrecord component.static InvocationStatusReturns the enum constant of this class with the specified name.static InvocationStatus[]InvocationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.amazon.lambda.durable.plugin with parameters of type InvocationStatusModifierConstructorDescriptionInvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, InvocationStatus invocationStatus, Throwable executionError) Creates invocation-end information without the execution input or result.InvocationEndInfo(String requestId, String durableExecutionArn, boolean isFirstInvocation, InvocationStatus invocationStatus, Throwable executionError, Object executionInput, Object executionResult) Creates an instance of aInvocationEndInforecord class.