| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationError |
ValidationError.clone() |
ValidationError |
ValidationError.withElementPath(String elementPath) |
ValidationError |
ValidationError.withErrorMessage(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
UnprocessableEntityException.getValidationErrors()
A collection of validation error responses.
|
| Modifier and Type | Method and Description |
|---|---|
UnprocessableEntityException |
UnprocessableEntityException.withValidationErrors(ValidationError... validationErrors)
A collection of validation error responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnprocessableEntityException.setValidationErrors(Collection<ValidationError> validationErrors)
A collection of validation error responses.
|
UnprocessableEntityException |
UnprocessableEntityException.withValidationErrors(Collection<ValidationError> validationErrors)
A collection of validation error responses.
|
Copyright © 2019. All rights reserved.