Uses of Class
software.amazon.awssdk.services.outposts.model.ListOrdersResponse
-
Packages that use ListOrdersResponse 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 -
-
Uses of ListOrdersResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return ListOrdersResponse Modifier and Type Method Description default ListOrdersResponseOutpostsClient. listOrders(Consumer<ListOrdersRequest.Builder> 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.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type ListOrdersResponse Modifier and Type Method 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. -
Uses of ListOrdersResponse in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type ListOrdersResponse Modifier and Type Method Description Iterator<ListOrdersResponse>ListOrdersIterable. iterator()Method parameters in software.amazon.awssdk.services.outposts.paginators with type arguments of type ListOrdersResponse Modifier and Type Method Description voidListOrdersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOrdersResponse> subscriber)
-