Uses of Class
com.amazonaws.services.datapipeline.model.ValidationError
-
Packages that use ValidationError Package Description com.amazonaws.services.datapipeline.model -
-
Uses of ValidationError in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ValidationError Modifier and Type Method Description ValidationErrorValidationError. clone()ValidationErrorValidationError. withErrors(String... errors)A description of the validation error.ValidationErrorValidationError. withErrors(Collection<String> errors)A description of the validation error.ValidationErrorValidationError. withId(String id)The identifier of the object that contains the validation error.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>PutPipelineDefinitionResult. getValidationErrors()The validation errors that are associated with the objects defined inpipelineObjects.List<ValidationError>ValidatePipelineDefinitionResult. getValidationErrors()Any validation errors that were found.Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationError Modifier and Type Method Description PutPipelineDefinitionResultPutPipelineDefinitionResult. withValidationErrors(ValidationError... validationErrors)The validation errors that are associated with the objects defined inpipelineObjects.ValidatePipelineDefinitionResultValidatePipelineDefinitionResult. withValidationErrors(ValidationError... validationErrors)Any validation errors that were found.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationError Modifier and Type Method Description voidPutPipelineDefinitionResult. setValidationErrors(Collection<ValidationError> validationErrors)The validation errors that are associated with the objects defined inpipelineObjects.voidValidatePipelineDefinitionResult. setValidationErrors(Collection<ValidationError> validationErrors)Any validation errors that were found.PutPipelineDefinitionResultPutPipelineDefinitionResult. withValidationErrors(Collection<ValidationError> validationErrors)The validation errors that are associated with the objects defined inpipelineObjects.ValidatePipelineDefinitionResultValidatePipelineDefinitionResult. withValidationErrors(Collection<ValidationError> validationErrors)Any validation errors that were found.
-