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