| 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.model |
| 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 ListOrdersResponse |
OutpostsClient.listOrders(Consumer<ListOrdersRequest.Builder> listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersPublisher |
OutpostsAsyncClient.listOrdersPaginator(Consumer<ListOrdersRequest.Builder> listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersIterable |
OutpostsClient.listOrdersPaginator(Consumer<ListOrdersRequest.Builder> listOrdersRequest)
Lists the Outpost orders for your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListOrdersRequest.Builder |
ListOrdersRequest.builder() |
ListOrdersRequest.Builder |
ListOrdersRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListOrdersRequest.Builder |
ListOrdersRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListOrdersRequest.Builder |
ListOrdersRequest.Builder.outpostIdentifierFilter(String outpostIdentifierFilter)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
ListOrdersRequest.Builder |
ListOrdersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOrdersRequest.Builder |
ListOrdersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOrdersRequest.Builder |
ListOrdersRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListOrdersRequest.Builder> |
ListOrdersRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.