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