Uses of Class
software.amazon.awssdk.services.outposts.model.GetQuoteResponse
Packages that use GetQuoteResponse
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 GetQuoteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return GetQuoteResponseModifier and TypeMethodDescriptiondefault GetQuoteResponseOutpostsClient.getQuote(Consumer<GetQuoteRequest.Builder> getQuoteRequest) Gets information about the specified quote.default GetQuoteResponseOutpostsClient.getQuote(GetQuoteRequest getQuoteRequest) Gets information about the specified quote.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type GetQuoteResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetQuoteResponse>OutpostsAsyncClient.getQuote(Consumer<GetQuoteRequest.Builder> getQuoteRequest) Gets information about the specified quote.default CompletableFuture<GetQuoteResponse>OutpostsAsyncClient.getQuote(GetQuoteRequest getQuoteRequest) Gets information about the specified quote.