| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.addContextEntry(String key,
String value)
Add a single Context entry
|
ValidationException |
ValidationException.clearContextEntries()
Removes all the entries added into Context.
|
ValidationException |
ValidationException.withContext(Map<String,String> context)
Information about the resources in use when the exception was thrown.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
A list of fields that failed validation.
|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
A list of fields that failed validation.
|
ValidationException |
ValidationException.withReason(String reason)
The reason that the request failed validation.
|
ValidationException |
ValidationException.withReason(ValidationExceptionReason reason)
The reason that the request failed validation.
|
Copyright © 2025. All rights reserved.