Uses of Class
software.amazon.awssdk.services.outposts.model.QuoteSummary
Packages that use QuoteSummary
Package
Description
-
Uses of QuoteSummary in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteSummaryModifier and TypeMethodDescriptionfinal List<QuoteSummary>ListQuotesResponse.quotes()Information about the quotes.Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteSummaryModifier and TypeMethodDescriptionListQuotesResponse.Builder.quotes(QuoteSummary... quotes) Information about the quotes.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type QuoteSummaryModifier and TypeMethodDescriptionListQuotesResponse.Builder.quotes(Collection<QuoteSummary> quotes) Information about the quotes. -
Uses of QuoteSummary in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type QuoteSummaryModifier and TypeMethodDescriptionfinal SdkIterable<QuoteSummary>ListQuotesIterable.quotes()Returns an iterable to iterate through the paginatedListQuotesResponse.quotes()member.final SdkPublisher<QuoteSummary>ListQuotesPublisher.quotes()Returns a publisher that can be used to get a stream of data.