Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.UsageQuantityResult
-
Packages that use UsageQuantityResult Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of UsageQuantityResult in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return UsageQuantityResult Modifier and Type Method Description UsageQuantityResultBillEstimateLineItemSummary. estimatedUsageQuantity()The estimated usage quantity for this line item.UsageQuantityResultBillEstimateLineItemSummary. historicalUsageQuantity()The historical usage quantity for this line item.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type UsageQuantityResult Modifier and Type Method Description BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. estimatedUsageQuantity(UsageQuantityResult estimatedUsageQuantity)The estimated usage quantity for this line item.BillEstimateLineItemSummary.BuilderBillEstimateLineItemSummary.Builder. historicalUsageQuantity(UsageQuantityResult historicalUsageQuantity)The historical usage quantity for this line item.
-