Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateBillScenarioUsageModificationError
-
Packages that use BatchUpdateBillScenarioUsageModificationError Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateBillScenarioUsageModificationError in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateBillScenarioUsageModificationError Modifier and Type Method Description List<BatchUpdateBillScenarioUsageModificationError>BatchUpdateBillScenarioUsageModificationResponse. errors()Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateBillScenarioUsageModificationError Modifier and Type Method Description BatchUpdateBillScenarioUsageModificationResponse.BuilderBatchUpdateBillScenarioUsageModificationResponse.Builder. errors(BatchUpdateBillScenarioUsageModificationError... errors)Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchUpdateBillScenarioUsageModificationError Modifier and Type Method Description BatchUpdateBillScenarioUsageModificationResponse.BuilderBatchUpdateBillScenarioUsageModificationResponse.Builder. errors(Collection<BatchUpdateBillScenarioUsageModificationError> errors)Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario.
-