Uses of Class
software.amazon.awssdk.services.outposts.model.ListOrdersRequest
-
Packages that use ListOrdersRequest 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 software.amazon.awssdk.services.outposts.transform -
-
Uses of ListOrdersRequest in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts with parameters of type ListOrdersRequest Modifier and Type Method Description default CompletableFuture<ListOrdersResponse>OutpostsAsyncClient. listOrders(ListOrdersRequest listOrdersRequest)Lists the Outpost orders for your Amazon Web Services account.default ListOrdersResponseOutpostsClient. listOrders(ListOrdersRequest listOrdersRequest)Lists the Outpost orders for your Amazon Web Services account.default ListOrdersPublisherOutpostsAsyncClient. listOrdersPaginator(ListOrdersRequest listOrdersRequest)Lists the Outpost orders for your Amazon Web Services account.default ListOrdersIterableOutpostsClient. listOrdersPaginator(ListOrdersRequest listOrdersRequest)Lists the Outpost orders for your Amazon Web Services account. -
Uses of ListOrdersRequest in software.amazon.awssdk.services.outposts.paginators
Constructors in software.amazon.awssdk.services.outposts.paginators with parameters of type ListOrdersRequest Constructor Description ListOrdersIterable(OutpostsClient client, ListOrdersRequest firstRequest)ListOrdersPublisher(OutpostsAsyncClient client, ListOrdersRequest firstRequest) -
Uses of ListOrdersRequest in software.amazon.awssdk.services.outposts.transform
Methods in software.amazon.awssdk.services.outposts.transform with parameters of type ListOrdersRequest Modifier and Type Method Description SdkHttpFullRequestListOrdersRequestMarshaller. marshall(ListOrdersRequest listOrdersRequest)
-