Uses of Class
software.amazon.awssdk.codegen.validation.ValidationErrorId
-
Packages that use ValidationErrorId Package Description software.amazon.awssdk.codegen.validation -
-
Uses of ValidationErrorId in software.amazon.awssdk.codegen.validation
Methods in software.amazon.awssdk.codegen.validation that return ValidationErrorId Modifier and Type Method Description ValidationErrorIdValidationEntry. getErrorId()static ValidationErrorIdValidationErrorId. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationErrorId[]ValidationErrorId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.validation with parameters of type ValidationErrorId Modifier and Type Method Description static ValidationEntryValidationEntry. create(ValidationErrorId errorId, ValidationErrorSeverity severity, String detailMessage)voidValidationEntry. setErrorId(ValidationErrorId errorId)ValidationEntryValidationEntry. withErrorId(ValidationErrorId errorId)
-