Uses of Class
software.amazon.awssdk.services.outposts.model.OrderStatus
-
Packages that use OrderStatus Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of OrderStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrderStatusOrder. status()The status of the order.OrderStatusOrderSummary. status()The status of the order.static OrderStatusOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. 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 OrderStatus Modifier and Type Method Description static Set<OrderStatus>OrderStatus. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type OrderStatus Modifier and Type Method Description Order.BuilderOrder.Builder. status(OrderStatus status)The status of the order.OrderSummary.BuilderOrderSummary.Builder. status(OrderStatus status)The status of the order.
-