Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioUsageModificationError
-
Packages that use BatchCreateBillScenarioUsageModificationError Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchCreateBillScenarioUsageModificationError in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateBillScenarioUsageModificationError Modifier and Type Method Description List<BatchCreateBillScenarioUsageModificationError>BatchCreateBillScenarioUsageModificationResponse. errors()Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchCreateBillScenarioUsageModificationError Modifier and Type Method Description BatchCreateBillScenarioUsageModificationResponse.BuilderBatchCreateBillScenarioUsageModificationResponse.Builder. errors(BatchCreateBillScenarioUsageModificationError... errors)Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchCreateBillScenarioUsageModificationError Modifier and Type Method Description BatchCreateBillScenarioUsageModificationResponse.BuilderBatchCreateBillScenarioUsageModificationResponse.Builder. errors(Collection<BatchCreateBillScenarioUsageModificationError> errors)Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
-