Uses of Enum Class
software.amazon.lambda.durable.model.MapResult.MapResultItem.Status
Packages that use MapResult.MapResultItem.Status
-
Uses of MapResult.MapResultItem.Status in software.amazon.lambda.durable.model
Methods in software.amazon.lambda.durable.model that return MapResult.MapResultItem.StatusModifier and TypeMethodDescriptionMapResult.MapResultItem.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static MapResult.MapResultItem.Status[]MapResult.MapResultItem.Status.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 MapResult.MapResultItem.StatusModifierConstructorDescriptionMapResultItem(MapResult.MapResultItem.Status status, T result, MapResult.MapError error) Creates an instance of aMapResultItemrecord class.