Uses of Interface
software.amazon.awssdk.services.outposts.model.CapacitySummary.Builder
Packages that use CapacitySummary.Builder
-
Uses of CapacitySummary.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CapacitySummary.BuilderModifier and TypeMethodDescriptionstatic CapacitySummary.BuilderCapacitySummary.builder()CapacitySummary.Builder.capacityChange(Collection<QuoteCapacity> capacityChange) The change in capacity between the existing and final state.CapacitySummary.Builder.capacityChange(Consumer<QuoteCapacity.Builder>... capacityChange) The change in capacity between the existing and final state.CapacitySummary.Builder.capacityChange(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.existingCapacities(Consumer<QuoteCapacity.Builder>... existingCapacities) The existing capacities on the Outpost before the quote is fulfilled.CapacitySummary.Builder.existingCapacities(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.CapacitySummary.Builder.finalCapacities(Consumer<QuoteCapacity.Builder>... finalCapacities) The final capacities on the Outpost after the quote is fulfilled.CapacitySummary.Builder.finalCapacities(QuoteCapacity... finalCapacities) The final capacities on the Outpost after the quote is fulfilled.CapacitySummary.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CapacitySummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CapacitySummary.Builder>CapacitySummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CapacitySummary.BuilderModifier and TypeMethodDescriptiondefault QuoteOption.BuilderQuoteOption.Builder.capacitySummary(Consumer<CapacitySummary.Builder> capacitySummary) A summary of the existing, final, and changed capacity for this quote option.