Uses of Class
com.amazonaws.services.datapipeline.model.ValidationWarning
-
Packages that use ValidationWarning Package Description com.amazonaws.services.datapipeline.model -
-
Uses of ValidationWarning in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ValidationWarning Modifier and Type Method Description ValidationWarningValidationWarning. clone()ValidationWarningValidationWarning. withId(String id)The identifier of the object that contains the validation warning.ValidationWarningValidationWarning. withWarnings(String... warnings)A description of the validation warning.ValidationWarningValidationWarning. withWarnings(Collection<String> warnings)A description of the validation warning.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ValidationWarning Modifier and Type Method Description List<ValidationWarning>PutPipelineDefinitionResult. getValidationWarnings()The validation warnings that are associated with the objects defined inpipelineObjects.List<ValidationWarning>ValidatePipelineDefinitionResult. getValidationWarnings()Any validation warnings that were found.Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationWarning Modifier and Type Method Description PutPipelineDefinitionResultPutPipelineDefinitionResult. withValidationWarnings(ValidationWarning... validationWarnings)The validation warnings that are associated with the objects defined inpipelineObjects.ValidatePipelineDefinitionResultValidatePipelineDefinitionResult. withValidationWarnings(ValidationWarning... validationWarnings)Any validation warnings that were found.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationWarning Modifier and Type Method Description voidPutPipelineDefinitionResult. setValidationWarnings(Collection<ValidationWarning> validationWarnings)The validation warnings that are associated with the objects defined inpipelineObjects.voidValidatePipelineDefinitionResult. setValidationWarnings(Collection<ValidationWarning> validationWarnings)Any validation warnings that were found.PutPipelineDefinitionResultPutPipelineDefinitionResult. withValidationWarnings(Collection<ValidationWarning> validationWarnings)The validation warnings that are associated with the objects defined inpipelineObjects.ValidatePipelineDefinitionResultValidatePipelineDefinitionResult. withValidationWarnings(Collection<ValidationWarning> validationWarnings)Any validation warnings that were found.
-