| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
A message about the validation exception.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The field name where the invalid entry was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFields()
The input field(s) that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFields(ValidationExceptionField... fields)
The input field(s) that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
|
Copyright © 2025. All rights reserved.