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