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