Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateQuoteResponse
Packages that use UpdateQuoteResponse
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 UpdateQuoteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateQuoteResponseModifier and TypeMethodDescriptiondefault UpdateQuoteResponseOutpostsClient.updateQuote(Consumer<UpdateQuoteRequest.Builder> updateQuoteRequest) Updates the specified quote.default UpdateQuoteResponseOutpostsClient.updateQuote(UpdateQuoteRequest updateQuoteRequest) Updates the specified quote.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UpdateQuoteResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateQuoteResponse>OutpostsAsyncClient.updateQuote(Consumer<UpdateQuoteRequest.Builder> updateQuoteRequest) Updates the specified quote.default CompletableFuture<UpdateQuoteResponse>OutpostsAsyncClient.updateQuote(UpdateQuoteRequest updateQuoteRequest) Updates the specified quote.