Uses of Class
software.amazon.awssdk.services.outposts.model.LineItemRequest
-
Packages that use LineItemRequest Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of LineItemRequest in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type LineItemRequest Modifier and Type Method Description List<LineItemRequest>CreateOrderRequest. lineItems()The line items that make up the order.Methods in software.amazon.awssdk.services.outposts.model with parameters of type LineItemRequest Modifier and Type Method Description CreateOrderRequest.BuilderCreateOrderRequest.Builder. lineItems(LineItemRequest... lineItems)The line items that make up the order.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type LineItemRequest Modifier and Type Method Description CreateOrderRequest.BuilderCreateOrderRequest.Builder. lineItems(Collection<LineItemRequest> lineItems)The line items that make up the order.
-