Uses of Class
software.amazon.awssdk.services.outposts.model.CreateOrderResponse
-
Packages that use CreateOrderResponse 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 CreateOrderResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CreateOrderResponse Modifier and Type Method Description default 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 CreateOrderResponse Modifier and Type Method Description default 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.
-