| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
A message describing why this field failed validation.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
A list of objects containing fields that caused validation errors and their corresponding validation error
messages.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
A list of objects containing fields that caused validation errors and their corresponding validation error
messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
A list of objects containing fields that caused validation errors and their corresponding validation error
messages.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
A list of objects containing fields that caused validation errors and their corresponding validation error
messages.
|
Copyright © 2025. All rights reserved.