| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
Information about what caused the field to cause an exception.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The name of the field that caused the exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFields()
The fields that caused the error
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFields(ValidationExceptionField... fields)
The fields that caused the error
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFields(Collection<ValidationExceptionField> fields)
The fields that caused the error
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionField> fields)
The fields that caused the error
|
Copyright © 2022. All rights reserved.