| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
OrderSummary |
OrderSummary.addLineItemCountsByStatusEntry(String key,
Integer value)
Add a single LineItemCountsByStatus entry
|
OrderSummary |
OrderSummary.clearLineItemCountsByStatusEntries()
Removes all the entries added into LineItemCountsByStatus.
|
OrderSummary |
OrderSummary.clone() |
OrderSummary |
OrderSummary.withLineItemCountsByStatus(Map<String,Integer> lineItemCountsByStatus)
The status of all line items in the order.
|
OrderSummary |
OrderSummary.withOrderFulfilledDate(Date orderFulfilledDate)
The fulfilment date for the order.
|
OrderSummary |
OrderSummary.withOrderId(String orderId)
The ID of the order.
|
OrderSummary |
OrderSummary.withOrderSubmissionDate(Date orderSubmissionDate)
The submission date for the order.
|
OrderSummary |
OrderSummary.withOrderType(OrderType orderType)
The type of order.
|
OrderSummary |
OrderSummary.withOrderType(String orderType)
The type of order.
|
OrderSummary |
OrderSummary.withOutpostId(String outpostId)
The ID of the Outpost.
|
OrderSummary |
OrderSummary.withStatus(OrderStatus status)
The status of the order.
|
OrderSummary |
OrderSummary.withStatus(String status)
The status of the order.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderSummary> |
ListOrdersResult.getOrders()
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrdersResult |
ListOrdersResult.withOrders(OrderSummary... orders)
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrdersResult.setOrders(Collection<OrderSummary> orders)
Information about the orders.
|
ListOrdersResult |
ListOrdersResult.withOrders(Collection<OrderSummary> orders)
Information about the orders.
|
Copyright © 2024. All rights reserved.