Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.CostAmount
-
Packages that use CostAmount Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of CostAmount in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return CostAmount Modifier and Type Method Description CostAmountBillEstimateLineItemSummary. estimatedCost()The estimated cost for this line item.CostAmountCostDifference. estimatedCost()The estimated cost amount.CostAmountBillEstimateLineItemSummary. historicalCost()The historical cost for this line item.CostAmountCostDifference. historicalCost()The historical cost amount.CostAmountBillEstimateCommitmentSummary. monthlyPayment()The monthly payment amount for this commitment, if applicable.CostAmountBillEstimateCommitmentSummary. upfrontPayment()The upfront payment amount for this commitment, if applicable.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type CostAmount Modifier and Type Method Description BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. estimatedCost(CostAmount estimatedCost)The estimated cost for this line item.CostDifference.BuilderCostDifference.Builder. estimatedCost(CostAmount estimatedCost)The estimated cost amount.BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. historicalCost(CostAmount historicalCost)The historical cost for this line item.CostDifference.BuilderCostDifference.Builder. historicalCost(CostAmount historicalCost)The historical cost amount.BillEstimateCommitmentSummary.BuilderBillEstimateCommitmentSummary.Builder. monthlyPayment(CostAmount monthlyPayment)The monthly payment amount for this commitment, if applicable.BillEstimateCommitmentSummary.BuilderBillEstimateCommitmentSummary.Builder. upfrontPayment(CostAmount upfrontPayment)The upfront payment amount for this commitment, if applicable.
-