Uses of Class
software.amazon.awssdk.services.outposts.model.GetOrderResponse
Packages that use GetOrderResponse
Package
Description
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 GetOrderResponseModifier and TypeMethodDescriptiondefault 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 GetOrderResponseModifier and TypeMethodDescriptiondefault 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.