Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillEstimateCostSummary
-
Packages that use BillEstimateCostSummary Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BillEstimateCostSummary in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BillEstimateCostSummary Modifier and Type Method Description BillEstimateCostSummaryCreateBillEstimateResponse. costSummary()Returns summary-level cost information once a Bill estimate is successfully generated.BillEstimateCostSummaryGetBillEstimateResponse. costSummary()A summary of the estimated costs.BillEstimateCostSummaryUpdateBillEstimateResponse. costSummary()A summary of the updated estimated costs.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillEstimateCostSummary Modifier and Type Method Description CreateBillEstimateResponse.BuilderCreateBillEstimateResponse.Builder. costSummary(BillEstimateCostSummary costSummary)Returns summary-level cost information once a Bill estimate is successfully generated.GetBillEstimateResponse.BuilderGetBillEstimateResponse.Builder. costSummary(BillEstimateCostSummary costSummary)A summary of the estimated costs.UpdateBillEstimateResponse.BuilderUpdateBillEstimateResponse.Builder. costSummary(BillEstimateCostSummary costSummary)A summary of the updated estimated costs.
-