Uses of Enum
software.amazon.awssdk.services.outposts.model.OrderStatus
Packages that use OrderStatus
-
Uses of OrderStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OrderStatusModifier and TypeMethodDescriptionstatic OrderStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OrderStatusOrder.status()The status of the order.final OrderStatusOrderSummary.status()The status of the order.static OrderStatusReturns 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 OrderStatusMethods in software.amazon.awssdk.services.outposts.model with parameters of type OrderStatusModifier and TypeMethodDescriptionOrder.Builder.status(OrderStatus status) The status of the order.OrderSummary.Builder.status(OrderStatus status) The status of the order.