Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateBillScenarioCommitmentModificationError
-
Packages that use BatchUpdateBillScenarioCommitmentModificationError Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateBillScenarioCommitmentModificationError in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateBillScenarioCommitmentModificationError Modifier and Type Method Description List<BatchUpdateBillScenarioCommitmentModificationError>BatchUpdateBillScenarioCommitmentModificationResponse. errors()Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateBillScenarioCommitmentModificationError Modifier and Type Method Description BatchUpdateBillScenarioCommitmentModificationResponse.BuilderBatchUpdateBillScenarioCommitmentModificationResponse.Builder. errors(BatchUpdateBillScenarioCommitmentModificationError... errors)Returns the list of error reasons and commitment 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 BatchUpdateBillScenarioCommitmentModificationError Modifier and Type Method Description BatchUpdateBillScenarioCommitmentModificationResponse.BuilderBatchUpdateBillScenarioCommitmentModificationResponse.Builder. errors(Collection<BatchUpdateBillScenarioCommitmentModificationError> errors)Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.
-