| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The
ValidationException message. |
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field that triggered the
ValidationException. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
The container for the
fieldList of the exception. |
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
The container for the
fieldList of the exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
The container for the
fieldList of the exception. |
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
The container for the
fieldList of the exception. |
Copyright © 2023. All rights reserved.