| Package | Description |
|---|---|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
Explanation of the reason for the validation error.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
Name of the field which failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
|
Copyright © 2024. All rights reserved.