Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioUsageModificationEntry
-
Packages that use BatchCreateBillScenarioUsageModificationEntry Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateBillScenarioUsageModificationEntry in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioUsageModificationEntry Modifier and Type Method Description List<BatchCreateBillScenarioUsageModificationEntry>BatchCreateBillScenarioUsageModificationRequest. usageModifications()List of usage that you want to model in the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateBillScenarioUsageModificationEntry Modifier and Type Method Description BatchCreateBillScenarioUsageModificationRequest.BuilderBatchCreateBillScenarioUsageModificationRequest.Builder. usageModifications(BatchCreateBillScenarioUsageModificationEntry... usageModifications)List of usage that you want to model in the Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateBillScenarioUsageModificationEntry Modifier and Type Method Description BatchCreateBillScenarioUsageModificationRequest.BuilderBatchCreateBillScenarioUsageModificationRequest.Builder. usageModifications(Collection<BatchCreateBillScenarioUsageModificationEntry> usageModifications)List of usage that you want to model in the Bill Scenario.
-