Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioUsageModificationItem
-
Packages that use BatchCreateBillScenarioUsageModificationItem Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateBillScenarioUsageModificationItem in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioUsageModificationItem Modifier and Type Method Description List<BatchCreateBillScenarioUsageModificationItem>BatchCreateBillScenarioUsageModificationResponse. items()Returns the list of successful usage line items that were created for the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateBillScenarioUsageModificationItem Modifier and Type Method Description BatchCreateBillScenarioUsageModificationResponse.BuilderBatchCreateBillScenarioUsageModificationResponse.Builder. items(BatchCreateBillScenarioUsageModificationItem... items)Returns the list of successful usage line items that were created for the Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateBillScenarioUsageModificationItem Modifier and Type Method Description BatchCreateBillScenarioUsageModificationResponse.BuilderBatchCreateBillScenarioUsageModificationResponse.Builder. items(Collection<BatchCreateBillScenarioUsageModificationItem> items)Returns the list of successful usage line items that were created for the Bill Scenario.
-