Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateBillScenarioUsageModificationEntry
-
Packages that use BatchUpdateBillScenarioUsageModificationEntry Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateBillScenarioUsageModificationEntry in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateBillScenarioUsageModificationEntry Modifier and Type Method Description List<BatchUpdateBillScenarioUsageModificationEntry>BatchUpdateBillScenarioUsageModificationRequest. usageModifications()List of usage lines that you want to update in a Bill Scenario identified by the usage ID.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateBillScenarioUsageModificationEntry Modifier and Type Method Description BatchUpdateBillScenarioUsageModificationRequest.BuilderBatchUpdateBillScenarioUsageModificationRequest.Builder. usageModifications(BatchUpdateBillScenarioUsageModificationEntry... usageModifications)List of usage lines that you want to update in a Bill Scenario identified by the usage ID.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchUpdateBillScenarioUsageModificationEntry Modifier and Type Method Description BatchUpdateBillScenarioUsageModificationRequest.BuilderBatchUpdateBillScenarioUsageModificationRequest.Builder. usageModifications(Collection<BatchUpdateBillScenarioUsageModificationEntry> usageModifications)List of usage lines that you want to update in a Bill Scenario identified by the usage ID.
-