| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
LineItem |
LineItem.clone() |
LineItem |
LineItem.withAssetInformationList(Collection<LineItemAssetInformation> assetInformationList)
Information about assets.
|
LineItem |
LineItem.withAssetInformationList(LineItemAssetInformation... assetInformationList)
Information about assets.
|
LineItem |
LineItem.withCatalogItemId(String catalogItemId)
The ID of the catalog item.
|
LineItem |
LineItem.withLineItemId(String lineItemId)
The ID of the line item.
|
LineItem |
LineItem.withQuantity(Integer quantity)
The quantity of the line item.
|
LineItem |
LineItem.withShipmentInformation(ShipmentInformation shipmentInformation)
Information about a line item shipment.
|
LineItem |
LineItem.withStatus(LineItemStatus status)
The status of the line item.
|
LineItem |
LineItem.withStatus(String status)
The status of the line item.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineItem> |
Order.getLineItems()
The line items for the order
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.withLineItems(LineItem... lineItems)
The line items for the order
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setLineItems(Collection<LineItem> lineItems)
The line items for the order
|
Order |
Order.withLineItems(Collection<LineItem> lineItems)
The line items for the order
|
Copyright © 2023. All rights reserved.