| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The message for the field.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFields()
The fields that caused the error, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFields(ValidationExceptionField... fields)
The fields that caused the error, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFields(Collection<ValidationExceptionField> fields)
The fields that caused the error, if applicable.
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionField> fields)
The fields that caused the error, if applicable.
|
Copyright © 2021. All rights reserved.