Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.CostDifference
-
Packages that use CostDifference Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of CostDifference in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return CostDifference Modifier and Type Method Description CostDifferenceBillEstimateCostSummary. totalCostDifference()The total difference in cost between the estimated and historical costs.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type CostDifference Modifier and Type Method Description Map<String,CostDifference>BillEstimateCostSummary. serviceCostDifferences()A breakdown of cost differences by Amazon Web Services service.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type CostDifference Modifier and Type Method Description BillEstimateCostSummary.BuilderBillEstimateCostSummary.Builder. totalCostDifference(CostDifference totalCostDifference)The total difference in cost between the estimated and historical costs.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type CostDifference Modifier and Type Method Description BillEstimateCostSummary.BuilderBillEstimateCostSummary.Builder. serviceCostDifferences(Map<String,CostDifference> serviceCostDifferences)A breakdown of cost differences by Amazon Web Services service.
-