Uses of Class
software.amazon.awssdk.services.outposts.model.LineItemStatus
-
Packages that use LineItemStatus Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of LineItemStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return LineItemStatus Modifier and Type Method Description static LineItemStatusLineItemStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LineItemStatusLineItem. status()The status of the line item.static LineItemStatusLineItemStatus. valueOf(String name)Returns 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 LineItemStatus Modifier and Type Method Description static Set<LineItemStatus>LineItemStatus. knownValues()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 LineItemStatus Modifier and Type Method Description LineItem.BuilderLineItem.Builder. status(LineItemStatus status)The status of the line item.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type LineItemStatus Modifier and Type Method Description OrderSummary.BuilderOrderSummary.Builder. lineItemCountsByStatus(Map<LineItemStatus,Integer> lineItemCountsByStatus)The status of all line items in the order.
-