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