Uses of Class
software.amazon.awssdk.services.outposts.model.CancelOrderResponse
-
Packages that use CancelOrderResponse 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 CancelOrderResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CancelOrderResponse Modifier and Type Method Description default CancelOrderResponseOutpostsClient. cancelOrder(Consumer<CancelOrderRequest.Builder> cancelOrderRequest)Cancels the specified order for an Outpost.default CancelOrderResponseOutpostsClient. cancelOrder(CancelOrderRequest cancelOrderRequest)Cancels the specified order for an Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CancelOrderResponse Modifier and Type Method Description default CompletableFuture<CancelOrderResponse>OutpostsAsyncClient. cancelOrder(Consumer<CancelOrderRequest.Builder> cancelOrderRequest)Cancels the specified order for an Outpost.default CompletableFuture<CancelOrderResponse>OutpostsAsyncClient. cancelOrder(CancelOrderRequest cancelOrderRequest)Cancels the specified order for an Outpost.
-