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()Deprecated.Returns the value of theinvocationStatusrecord component.static InvocationStatusDeprecated.Returns the enum constant of this class with the specified name.static InvocationStatus[]InvocationStatus.values()Deprecated.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) Deprecated.Creates an instance of aInvocationEndInforecord class.