Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ValidationExceptionReason
-
Packages that use ValidationExceptionReason Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of ValidationExceptionReason in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return ValidationExceptionReason Modifier and Type Method Description static ValidationExceptionReasonValidationExceptionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidationExceptionReasonValidationException. reason()The reason why the validation exception occurred (one ofunknownOperation,cannotParse,fieldValidationFailed, orother).static ValidationExceptionReasonValidationExceptionReason. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationExceptionReason[]ValidationExceptionReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ValidationExceptionReason Modifier and Type Method Description static Set<ValidationExceptionReason>ValidationExceptionReason. knownValues()Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type ValidationExceptionReason Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. reason(ValidationExceptionReason reason)The reason why the validation exception occurred (one ofunknownOperation,cannotParse,fieldValidationFailed, orother).
-