| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyValidationExceptionProperty |
PropertyValidationExceptionProperty.clone() |
PropertyValidationExceptionProperty |
PropertyValidationExceptionProperty.withMessage(String message)
A message describing why the property is not valid.
|
PropertyValidationExceptionProperty |
PropertyValidationExceptionProperty.withPropertyPath(String propertyPath)
The full property path.
|
PropertyValidationExceptionProperty |
PropertyValidationExceptionProperty.withReason(PropertyValidationExceptionReason reason)
Why the property is not valid.
|
PropertyValidationExceptionProperty |
PropertyValidationExceptionProperty.withReason(String reason)
Why the property is not valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValidationExceptionProperty> |
PropertyValidationException.getPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValidationException |
PropertyValidationException.withPropertyList(PropertyValidationExceptionProperty... propertyList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValidationException.setPropertyList(Collection<PropertyValidationExceptionProperty> propertyList) |
PropertyValidationException |
PropertyValidationException.withPropertyList(Collection<PropertyValidationExceptionProperty> propertyList) |
Copyright © 2022. All rights reserved.