Uses of Class
software.amazon.awssdk.services.outposts.model.QuoteCapacity
Packages that use QuoteCapacity
-
Uses of QuoteCapacity in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type QuoteCapacityModifier and TypeMethodDescriptionfinal List<QuoteCapacity>QuoteOption.capacities()The capacities included in this quote option.final List<QuoteCapacity>CapacitySummary.capacityChange()The change in capacity between the existing and final state.final List<QuoteCapacity>CapacitySummary.existingCapacities()The existing capacities on the Outpost before the quote is fulfilled.final List<QuoteCapacity>CapacitySummary.finalCapacities()The final capacities on the Outpost after the quote is fulfilled.final List<QuoteCapacity>CreateQuoteRequest.requestedCapacities()The capacity requirements for the quote.final List<QuoteCapacity>Quote.requestedCapacities()The capacity requirements specified in the quote request.final List<QuoteCapacity>QuoteSummary.requestedCapacities()The capacity requirements specified in the quote request.final List<QuoteCapacity>UpdateQuoteRequest.requestedCapacities()The updated capacity requirements for the quote.Methods in software.amazon.awssdk.services.outposts.model with parameters of type QuoteCapacityModifier and TypeMethodDescriptionQuoteOption.Builder.capacities(QuoteCapacity... capacities) The capacities included in this quote option.CapacitySummary.Builder.capacityChange(QuoteCapacity... capacityChange) The change in capacity between the existing and final state.CapacitySummary.Builder.existingCapacities(QuoteCapacity... existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.CapacitySummary.Builder.finalCapacities(QuoteCapacity... finalCapacities) The final capacities on the Outpost after the quote is fulfilled.CreateQuoteRequest.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The capacity requirements for the quote.Quote.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The capacity requirements specified in the quote request.QuoteSummary.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The capacity requirements specified in the quote request.UpdateQuoteRequest.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The updated capacity requirements for the quote.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type QuoteCapacityModifier and TypeMethodDescriptionQuoteOption.Builder.capacities(Collection<QuoteCapacity> capacities) The capacities included in this quote option.CapacitySummary.Builder.capacityChange(Collection<QuoteCapacity> capacityChange) The change in capacity between the existing and final state.CapacitySummary.Builder.existingCapacities(Collection<QuoteCapacity> existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.CapacitySummary.Builder.finalCapacities(Collection<QuoteCapacity> finalCapacities) The final capacities on the Outpost after the quote is fulfilled.CreateQuoteRequest.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The capacity requirements for the quote.Quote.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The capacity requirements specified in the quote request.QuoteSummary.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The capacity requirements specified in the quote request.UpdateQuoteRequest.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The updated capacity requirements for the quote.