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 ValidationWarning
ValidationWarning. clone()
ValidationWarning
ValidationWarning. withId(String id)
The identifier of the object that contains the validation warning.ValidationWarning
ValidationWarning. withWarnings(String... warnings)
A description of the validation warning.ValidationWarning
ValidationWarning. 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 PutPipelineDefinitionResult
PutPipelineDefinitionResult. withValidationWarnings(ValidationWarning... validationWarnings)
The validation warnings that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult
ValidatePipelineDefinitionResult. 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 void
PutPipelineDefinitionResult. setValidationWarnings(Collection<ValidationWarning> validationWarnings)
The validation warnings that are associated with the objects defined inpipelineObjects
.void
ValidatePipelineDefinitionResult. setValidationWarnings(Collection<ValidationWarning> validationWarnings)
Any validation warnings that were found.PutPipelineDefinitionResult
PutPipelineDefinitionResult. withValidationWarnings(Collection<ValidationWarning> validationWarnings)
The validation warnings that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult
ValidatePipelineDefinitionResult. withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Any validation warnings that were found.
-