| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model | |
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OrderSummary> |
ListOrdersResponse.orders()
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrdersResponse.Builder |
ListOrdersResponse.Builder.orders(OrderSummary... orders)
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrdersResponse.Builder |
ListOrdersResponse.Builder.orders(Collection<OrderSummary> orders)
Information about the orders.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<OrderSummary> |
ListOrdersPublisher.orders()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OrderSummary> |
ListOrdersIterable.orders()
Returns an iterable to iterate through the paginated
ListOrdersResponse.orders() member. |
Copyright © 2023. All rights reserved.