Uses of Class
software.amazon.awssdk.services.outposts.model.OrderSummary
Packages that use OrderSummary
Package
Description
-
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 OrderSummaryModifier and TypeMethodDescriptionfinal List<OrderSummary>ListOrdersResponse.orders()Information about the orders.Methods in software.amazon.awssdk.services.outposts.model with parameters of type OrderSummaryModifier and TypeMethodDescriptionListOrdersResponse.Builder.orders(OrderSummary... orders) Information about the orders.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type OrderSummaryModifier and TypeMethodDescriptionListOrdersResponse.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 OrderSummaryModifier and TypeMethodDescriptionfinal SdkIterable<OrderSummary>ListOrdersIterable.orders()Returns an iterable to iterate through the paginatedListOrdersResponse.orders()member.final SdkPublisher<OrderSummary>ListOrdersPublisher.orders()Returns a publisher that can be used to get a stream of data.