Uses of Class
software.amazon.awssdk.services.outposts.model.CreateQuoteResponse
Packages that use CreateQuoteResponse
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 CreateQuoteResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return CreateQuoteResponseModifier and TypeMethodDescriptiondefault CreateQuoteResponseOutpostsClient.createQuote(Consumer<CreateQuoteRequest.Builder> createQuoteRequest) Creates a quote for an Outpost.default CreateQuoteResponseOutpostsClient.createQuote(CreateQuoteRequest createQuoteRequest) Creates a quote for an Outpost.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type CreateQuoteResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateQuoteResponse>OutpostsAsyncClient.createQuote(Consumer<CreateQuoteRequest.Builder> createQuoteRequest) Creates a quote for an Outpost.default CompletableFuture<CreateQuoteResponse>OutpostsAsyncClient.createQuote(CreateQuoteRequest createQuoteRequest) Creates a quote for an Outpost.