Uses of Class
software.amazon.awssdk.services.iot.model.ValidationError
-
Packages that use ValidationError Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ValidationError in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>ValidateSecurityProfileBehaviorsResponse. validationErrors()The list of any errors found in the behaviors.Methods in software.amazon.awssdk.services.iot.model with parameters of type ValidationError Modifier and Type Method Description ValidateSecurityProfileBehaviorsResponse.BuilderValidateSecurityProfileBehaviorsResponse.Builder. validationErrors(ValidationError... validationErrors)The list of any errors found in the behaviors.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ValidationError Modifier and Type Method Description ValidateSecurityProfileBehaviorsResponse.BuilderValidateSecurityProfileBehaviorsResponse.Builder. validationErrors(Collection<ValidationError> validationErrors)The list of any errors found in the behaviors.
-