Uses of Class
software.amazon.awssdk.services.connect.model.PropertyValidationExceptionProperty
-
Packages that use PropertyValidationExceptionProperty Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PropertyValidationExceptionProperty in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PropertyValidationExceptionProperty Modifier and Type Method Description List<PropertyValidationExceptionProperty>PropertyValidationException. propertyList()Returns the value of the PropertyList property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type PropertyValidationExceptionProperty Modifier and Type Method Description PropertyValidationException.BuilderPropertyValidationException.Builder. propertyList(PropertyValidationExceptionProperty... propertyList)Sets the value of the PropertyList property for this object.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type PropertyValidationExceptionProperty Modifier and Type Method Description PropertyValidationException.BuilderPropertyValidationException.Builder. propertyList(Collection<PropertyValidationExceptionProperty> propertyList)Sets the value of the PropertyList property for this object.
-