| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.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 name of the validation exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
A list of fields that didn't validate.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
A list of fields that didn't validate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
A list of fields that didn't validate.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
A list of fields that didn't validate.
|
Copyright © 2024. All rights reserved.