Uses of Class
software.amazon.awssdk.services.outposts.model.LineItemRequest
Packages that use LineItemRequest
-
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 LineItemRequestModifier and TypeMethodDescriptionfinal List<LineItemRequest>CreateOrderRequest.lineItems()The line items that make up the order.Methods in software.amazon.awssdk.services.outposts.model with parameters of type LineItemRequestModifier and TypeMethodDescriptionCreateOrderRequest.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 LineItemRequestModifier and TypeMethodDescriptionCreateOrderRequest.Builder.lineItems(Collection<LineItemRequest> lineItems) The line items that make up the order.