Uses of Class
software.amazon.awssdk.services.outposts.model.CancelOrderResponse
Packages that use CancelOrderResponse
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 CancelOrderResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CancelOrderResponseModifier and TypeMethodDescriptiondefault 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 CancelOrderResponseModifier and TypeMethodDescriptiondefault 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.