Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillInterval
-
Packages that use BillInterval Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BillInterval in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BillInterval Modifier and Type Method Description BillIntervalBillEstimateSummary. billInterval()The time period covered by the bill estimate.BillIntervalBillScenarioSummary. billInterval()The time period covered by the bill scenario.BillIntervalCreateBillEstimateResponse. billInterval()The bill month start and end timestamp that was used to create the Bill estimate.BillIntervalCreateBillScenarioResponse. billInterval()The time period covered by the bill scenario.BillIntervalGetBillEstimateResponse. billInterval()The time period covered by the bill estimate.BillIntervalGetBillScenarioResponse. billInterval()The time period covered by the bill scenario.BillIntervalHistoricalUsageEntity. billInterval()The time interval for the historical usage data.BillIntervalUpdateBillEstimateResponse. billInterval()The time period covered by the updated bill estimate.BillIntervalUpdateBillScenarioResponse. billInterval()The time period covered by the updated bill scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillInterval Modifier and Type Method Description BillEstimateSummary.BuilderBillEstimateSummary.Builder. billInterval(BillInterval billInterval)The time period covered by the bill estimate.BillScenarioSummary.BuilderBillScenarioSummary.Builder. billInterval(BillInterval billInterval)The time period covered by the bill scenario.CreateBillEstimateResponse.BuilderCreateBillEstimateResponse.Builder. billInterval(BillInterval billInterval)The bill month start and end timestamp that was used to create the Bill estimate.CreateBillScenarioResponse.BuilderCreateBillScenarioResponse.Builder. billInterval(BillInterval billInterval)The time period covered by the bill scenario.GetBillEstimateResponse.BuilderGetBillEstimateResponse.Builder. billInterval(BillInterval billInterval)The time period covered by the bill estimate.GetBillScenarioResponse.BuilderGetBillScenarioResponse.Builder. billInterval(BillInterval billInterval)The time period covered by the bill scenario.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. billInterval(BillInterval billInterval)The time interval for the historical usage data.UpdateBillEstimateResponse.BuilderUpdateBillEstimateResponse.Builder. billInterval(BillInterval billInterval)The time period covered by the updated bill estimate.UpdateBillScenarioResponse.BuilderUpdateBillScenarioResponse.Builder. billInterval(BillInterval billInterval)The time period covered by the updated bill scenario.
-