| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The field's message.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The field's name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFields()
A list of request parameters that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFields(ValidationExceptionField... fields)
A list of request parameters that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFields(Collection<ValidationExceptionField> fields)
A list of request parameters that failed validation.
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionField> fields)
A list of request parameters that failed validation.
|
Copyright © 2024. All rights reserved.