Uses of Class
com.amazonaws.services.datapipeline.model.ValidationError

Packages that use ValidationError
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of ValidationError in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return ValidationError
 ValidationError ValidationError.withErrors(Collection<String> errors)
          A description of the validation error.
 ValidationError ValidationError.withErrors(String... errors)
          A description of the validation error.
 ValidationError ValidationError.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
 List<ValidationError> ValidatePipelineDefinitionResult.getValidationErrors()
          Lists the validation errors that were found by ValidatePipelineDefinition.
 List<ValidationError> PutPipelineDefinitionResult.getValidationErrors()
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationError
 ValidatePipelineDefinitionResult ValidatePipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 PutPipelineDefinitionResult PutPipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 

Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationError
 void ValidatePipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 void PutPipelineDefinitionResult.setValidationErrors(Collection<ValidationError> validationErrors)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 ValidatePipelineDefinitionResult ValidatePipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 PutPipelineDefinitionResult PutPipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 



Copyright © 2016. All rights reserved.