Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.HistoricalUsageEntity
-
Packages that use HistoricalUsageEntity Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of HistoricalUsageEntity in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return HistoricalUsageEntity Modifier and Type Method Description HistoricalUsageEntityBatchCreateBillScenarioUsageModificationEntry. historicalUsage()Historical usage data associated with this modification, if available.HistoricalUsageEntityBatchCreateBillScenarioUsageModificationItem. historicalUsage()Historical usage data associated with this modification, if available.HistoricalUsageEntityBatchCreateWorkloadEstimateUsageEntry. historicalUsage()Historical usage data associated with this estimate, if available.HistoricalUsageEntityBatchCreateWorkloadEstimateUsageItem. historicalUsage()Historical usage data associated with this estimate, if available.HistoricalUsageEntityBillEstimateInputUsageModificationSummary. historicalUsage()Historical usage data associated with this modification, if available.HistoricalUsageEntityBillScenarioUsageModificationItem. historicalUsage()Historical usage data associated with this modification, if available.HistoricalUsageEntityWorkloadEstimateUsageItem. historicalUsage()Historical usage data associated with this item, if available.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type HistoricalUsageEntity Modifier and Type Method Description BatchCreateBillScenarioUsageModificationEntry.BuilderBatchCreateBillScenarioUsageModificationEntry.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this modification, if available.BatchCreateBillScenarioUsageModificationItem.BuilderBatchCreateBillScenarioUsageModificationItem.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this modification, if available.BatchCreateWorkloadEstimateUsageEntry.BuilderBatchCreateWorkloadEstimateUsageEntry.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this estimate, if available.BatchCreateWorkloadEstimateUsageItem.BuilderBatchCreateWorkloadEstimateUsageItem.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this estimate, if available.BillEstimateInputUsageModificationSummary.BuilderBillEstimateInputUsageModificationSummary.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this modification, if available.BillScenarioUsageModificationItem.BuilderBillScenarioUsageModificationItem.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this modification, if available.WorkloadEstimateUsageItem.BuilderWorkloadEstimateUsageItem.Builder. historicalUsage(HistoricalUsageEntity historicalUsage)Historical usage data associated with this item, if available.
-