| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
An error message describing the validation exception in this field.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field where the validation exception occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
A list of the fields in which the validation exception occurred.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
A list of the fields in which the validation exception occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
A list of the fields in which the validation exception occurred.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
A list of the fields in which the validation exception occurred.
|
Copyright © 2022. All rights reserved.