Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteBillScenarioCommitmentModificationErrorCode
-
Packages that use BatchDeleteBillScenarioCommitmentModificationErrorCode Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchDeleteBillScenarioCommitmentModificationErrorCode in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchDeleteBillScenarioCommitmentModificationErrorCode Modifier and Type Method Description BatchDeleteBillScenarioCommitmentModificationErrorCodeBatchDeleteBillScenarioCommitmentModificationError. errorCode()The code associated with the error.static BatchDeleteBillScenarioCommitmentModificationErrorCodeBatchDeleteBillScenarioCommitmentModificationErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchDeleteBillScenarioCommitmentModificationErrorCodeBatchDeleteBillScenarioCommitmentModificationErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchDeleteBillScenarioCommitmentModificationErrorCode[]BatchDeleteBillScenarioCommitmentModificationErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchDeleteBillScenarioCommitmentModificationErrorCode Modifier and Type Method Description static Set<BatchDeleteBillScenarioCommitmentModificationErrorCode>BatchDeleteBillScenarioCommitmentModificationErrorCode. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchDeleteBillScenarioCommitmentModificationErrorCode Modifier and Type Method Description BatchDeleteBillScenarioCommitmentModificationError.BuilderBatchDeleteBillScenarioCommitmentModificationError.Builder. errorCode(BatchDeleteBillScenarioCommitmentModificationErrorCode errorCode)The code associated with the error.
-