Uses of Class
software.amazon.awssdk.services.outposts.model.QuoteConstraint
Packages that use QuoteConstraint
-
Uses of QuoteConstraint in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteConstraintModifier and TypeMethodDescriptionfinal List<QuoteConstraint>CreateQuoteRequest.requestedConstraints()The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.final List<QuoteConstraint>Quote.requestedConstraints()The physical constraints specified in the quote request.final List<QuoteConstraint>QuoteSummary.requestedConstraints()The physical constraints specified in the quote request.final List<QuoteConstraint>UpdateQuoteRequest.requestedConstraints()The updated physical constraints for the quote.Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteConstraintModifier and TypeMethodDescriptionCreateQuoteRequest.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.Quote.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The physical constraints specified in the quote request.QuoteSummary.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The physical constraints specified in the quote request.UpdateQuoteRequest.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The updated physical constraints for the quote.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type QuoteConstraintModifier and TypeMethodDescriptionCreateQuoteRequest.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.Quote.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The physical constraints specified in the quote request.QuoteSummary.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The physical constraints specified in the quote request.UpdateQuoteRequest.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The updated physical constraints for the quote.