Uses of Enum
software.amazon.awssdk.services.outposts.model.QuoteStatus
Packages that use QuoteStatus
-
Uses of QuoteStatus in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuoteStatusModifier and TypeMethodDescriptionstatic QuoteStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QuoteStatusQuote.quoteStatus()The status of the quote.final QuoteStatusQuoteSummary.quoteStatus()The status of the quote.static QuoteStatusReturns the enum constant of this type with the specified name.static QuoteStatus[]QuoteStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteStatusMethods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteStatusModifier and TypeMethodDescriptionQuote.Builder.quoteStatus(QuoteStatus quoteStatus) The status of the quote.QuoteSummary.Builder.quoteStatus(QuoteStatus quoteStatus) The status of the quote.