Uses of Class
software.amazon.awssdk.services.ec2.model.ValidationError
-
Packages that use ValidationError Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ValidationError in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>ValidationWarning. errors()The error codes and error messages.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ValidationError Modifier and Type Method Description ValidationWarning.BuilderValidationWarning.Builder. errors(ValidationError... errors)The error codes and error messages.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ValidationError Modifier and Type Method Description ValidationWarning.BuilderValidationWarning.Builder. errors(Collection<ValidationError> errors)The error codes and error messages.
-