Uses of Class
software.amazon.awssdk.services.outposts.model.GetOrderResponse
-
Packages that use GetOrderResponse 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. -
-
Uses of GetOrderResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetOrderResponse Modifier and Type Method Description default GetOrderResponseOutpostsClient. getOrder(Consumer<GetOrderRequest.Builder> getOrderRequest)Gets information about the specified order.default GetOrderResponseOutpostsClient. getOrder(GetOrderRequest getOrderRequest)Gets information about the specified order.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetOrderResponse Modifier and Type Method Description default CompletableFuture<GetOrderResponse>OutpostsAsyncClient. getOrder(Consumer<GetOrderRequest.Builder> getOrderRequest)Gets information about the specified order.default CompletableFuture<GetOrderResponse>OutpostsAsyncClient. getOrder(GetOrderRequest getOrderRequest)Gets information about the specified order.
-