Uses of Class
software.amazon.awssdk.services.outposts.model.OrderSummary
-
Packages that use OrderSummary Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of OrderSummary in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type OrderSummary Modifier and Type Method Description List<OrderSummary>ListOrdersResponse. orders()Information about the orders.Methods in software.amazon.awssdk.services.outposts.model with parameters of type OrderSummary Modifier and Type Method Description ListOrdersResponse.BuilderListOrdersResponse.Builder. orders(OrderSummary... orders)Information about the orders.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type OrderSummary Modifier and Type Method Description ListOrdersResponse.BuilderListOrdersResponse.Builder. orders(Collection<OrderSummary> orders)Information about the orders. -
Uses of OrderSummary in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type OrderSummary Modifier and Type Method Description SdkIterable<OrderSummary>ListOrdersIterable. orders()Returns an iterable to iterate through the paginatedListOrdersResponse.orders()member.SdkPublisher<OrderSummary>ListOrdersPublisher. orders()Returns a publisher that can be used to get a stream of data.
-