| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the request field that had a validation error.
|
ValidationExceptionField |
ValidationExceptionField.withValidationIssue(String validationIssue)
The validation error caused by the request field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
An array of the request fields that had validation errors.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
An array of the request fields that had validation errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
An array of the request fields that had validation errors.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
An array of the request fields that had validation errors.
|
Copyright © 2022. All rights reserved.