| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
|
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListOrdersResponse |
OutpostsClient.listOrders(Consumer<ListOrdersRequest.Builder> listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersResponse |
OutpostsClient.listOrders(ListOrdersRequest listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOrdersResponse> |
OutpostsAsyncClient.listOrders(Consumer<ListOrdersRequest.Builder> listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
default CompletableFuture<ListOrdersResponse> |
OutpostsAsyncClient.listOrders(ListOrdersRequest listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOrdersResponse> |
ListOrdersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrdersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOrdersResponse> subscriber) |
Copyright © 2023. All rights reserved.