| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The message describing why the field failed validation.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
The field that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
The field that caused the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
The field that caused the error.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
The field that caused the error.
|
Copyright © 2023. All rights reserved.