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