Uses of Class
software.amazon.awssdk.services.outposts.model.QuoteOption
Packages that use QuoteOption
-
Uses of QuoteOption in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteOptionModifier and TypeMethodDescriptionfinal List<QuoteOption>Quote.quoteOptions()The configuration and pricing options for the quote.final List<QuoteOption>QuoteSummary.quoteOptions()The configuration and pricing options for the quote.Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteOptionModifier and TypeMethodDescriptionQuote.Builder.quoteOptions(QuoteOption... quoteOptions) The configuration and pricing options for the quote.QuoteSummary.Builder.quoteOptions(QuoteOption... quoteOptions) The configuration and pricing options for the quote.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type QuoteOptionModifier and TypeMethodDescriptionQuote.Builder.quoteOptions(Collection<QuoteOption> quoteOptions) The configuration and pricing options for the quote.QuoteSummary.Builder.quoteOptions(Collection<QuoteOption> quoteOptions) The configuration and pricing options for the quote.