| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
LineItemRequest |
LineItemRequest.clone() |
LineItemRequest |
LineItemRequest.withCatalogItemId(String catalogItemId)
The ID of the catalog item.
|
LineItemRequest |
LineItemRequest.withQuantity(Integer quantity)
The quantity of a line item request.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineItemRequest> |
CreateOrderRequest.getLineItems()
The line items that make up the order.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrderRequest |
CreateOrderRequest.withLineItems(LineItemRequest... lineItems)
The line items that make up the order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateOrderRequest.setLineItems(Collection<LineItemRequest> lineItems)
The line items that make up the order.
|
CreateOrderRequest |
CreateOrderRequest.withLineItems(Collection<LineItemRequest> lineItems)
The line items that make up the order.
|
Copyright © 2022. All rights reserved.