| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.clone() |
Order |
CreateOrderResult.getOrder()
Information about this order.
|
Order |
GetOrderResult.getOrder() |
Order |
Order.withLineItems(Collection<LineItem> lineItems)
The line items for the order
|
Order |
Order.withLineItems(LineItem... lineItems)
The line items for the order
|
Order |
Order.withOrderFulfilledDate(Date orderFulfilledDate)
The fulfillment date of the order.
|
Order |
Order.withOrderId(String orderId)
The ID of the order.
|
Order |
Order.withOrderSubmissionDate(Date orderSubmissionDate)
The submission date for the order.
|
Order |
Order.withOrderType(OrderType orderType)
The type of order.
|
Order |
Order.withOrderType(String orderType)
The type of order.
|
Order |
Order.withOutpostId(String outpostId)
The ID of the Outpost in the order.
|
Order |
Order.withPaymentOption(PaymentOption paymentOption)
The payment option for the order.
|
Order |
Order.withPaymentOption(String paymentOption)
The payment option for the order.
|
Order |
Order.withPaymentTerm(PaymentTerm paymentTerm)
The payment term.
|
Order |
Order.withPaymentTerm(String paymentTerm)
The payment term.
|
Order |
Order.withStatus(OrderStatus status)
The status of the order.
|
Order |
Order.withStatus(String status)
The status of the order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateOrderResult.setOrder(Order order)
Information about this order.
|
void |
GetOrderResult.setOrder(Order order) |
CreateOrderResult |
CreateOrderResult.withOrder(Order order)
Information about this order.
|
GetOrderResult |
GetOrderResult.withOrder(Order order) |
Copyright © 2024. All rights reserved.