Uses of Enum
software.amazon.awssdk.services.outposts.model.QuoteConstraintType
Packages that use QuoteConstraintType
-
Uses of QuoteConstraintType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return QuoteConstraintTypeModifier and TypeMethodDescriptionstatic QuoteConstraintTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final QuoteConstraintTypeQuoteConstraint.quoteConstraintType()The type of constraint.static QuoteConstraintTypeReturns the enum constant of this type with the specified name.static QuoteConstraintType[]QuoteConstraintType.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 QuoteConstraintTypeModifier and TypeMethodDescriptionstatic Set<QuoteConstraintType>QuoteConstraintType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteConstraintTypeModifier and TypeMethodDescriptionQuoteConstraint.Builder.quoteConstraintType(QuoteConstraintType quoteConstraintType) The type of constraint.