Uses of Class
software.amazon.awssdk.services.outposts.model.CreateOrderResponse
Packages that use CreateOrderResponse
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 CreateOrderResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CreateOrderResponseModifier and TypeMethodDescriptiondefault CreateOrderResponseOutpostsClient.createOrder(Consumer<CreateOrderRequest.Builder> createOrderRequest) Creates an order for an Outpost.default CreateOrderResponseOutpostsClient.createOrder(CreateOrderRequest createOrderRequest) Creates an order for an Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CreateOrderResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateOrderResponse>OutpostsAsyncClient.createOrder(Consumer<CreateOrderRequest.Builder> createOrderRequest) Creates an order for an Outpost.default CompletableFuture<CreateOrderResponse>OutpostsAsyncClient.createOrder(CreateOrderRequest createOrderRequest) Creates an order for an Outpost.