Uses of Enum
software.amazon.awssdk.services.outposts.model.LineItemStatus
Packages that use LineItemStatus
-
Uses of LineItemStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return LineItemStatusModifier and TypeMethodDescriptionstatic LineItemStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LineItemStatusLineItem.status()The status of the line item.static LineItemStatusReturns the enum constant of this type with the specified name.static LineItemStatus[]LineItemStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type LineItemStatusModifier and TypeMethodDescriptionstatic Set<LineItemStatus>LineItemStatus.knownValues()final Map<LineItemStatus,Integer> OrderSummary.lineItemCountsByStatus()The status of all line items in the order.Methods in software.amazon.awssdk.services.outposts.model with parameters of type LineItemStatusModifier and TypeMethodDescriptionLineItem.Builder.status(LineItemStatus status) The status of the line item.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type LineItemStatusModifier and TypeMethodDescriptionOrderSummary.Builder.lineItemCountsByStatus(Map<LineItemStatus, Integer> lineItemCountsByStatus) The status of all line items in the order.