Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.UsageAmount
-
Packages that use UsageAmount Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of UsageAmount in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type UsageAmount Modifier and Type Method Description List<UsageAmount>BatchCreateBillScenarioUsageModificationEntry. amounts()The amount of usage you want to create for the service use you are modeling.List<UsageAmount>BatchUpdateBillScenarioUsageModificationEntry. amounts()The updated usage amounts for the modification.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type UsageAmount Modifier and Type Method Description BatchCreateBillScenarioUsageModificationEntry.BuilderBatchCreateBillScenarioUsageModificationEntry.Builder. amounts(UsageAmount... amounts)The amount of usage you want to create for the service use you are modeling.BatchUpdateBillScenarioUsageModificationEntry.BuilderBatchUpdateBillScenarioUsageModificationEntry.Builder. amounts(UsageAmount... amounts)The updated usage amounts for the modification.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type UsageAmount Modifier and Type Method Description BatchCreateBillScenarioUsageModificationEntry.BuilderBatchCreateBillScenarioUsageModificationEntry.Builder. amounts(Collection<UsageAmount> amounts)The amount of usage you want to create for the service use you are modeling.BatchUpdateBillScenarioUsageModificationEntry.BuilderBatchUpdateBillScenarioUsageModificationEntry.Builder. amounts(Collection<UsageAmount> amounts)The updated usage amounts for the modification.
-