| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The message of the exception.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
The list of fields for which validation failed and the corresponding failure messages.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
The list of fields for which validation failed and the corresponding failure messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
The list of fields for which validation failed and the corresponding failure messages.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
The list of fields for which validation failed and the corresponding failure messages.
|
Copyright © 2023. All rights reserved.