| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
A message with the reason for the validation exception error.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The field name where the invalid entry was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
The field where the invalid entry was detected.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
The field where the invalid entry was detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
The field where the invalid entry was detected.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
The field where the invalid entry was detected.
|
Copyright © 2023. All rights reserved.