Uses of Class
com.amazonaws.services.datapipeline.model.ValidationWarning
Packages that use ValidationWarning
-
Uses of ValidationWarning in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ValidationWarningModifier and TypeMethodDescriptionValidationWarning.clone()
The identifier of the object that contains the validation warning.ValidationWarning.withWarnings
(String... warnings) A description of the validation warning.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 ValidationWarningModifier and TypeMethodDescriptionPutPipelineDefinitionResult.getValidationWarnings()
The validation warnings that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult.getValidationWarnings()
Any validation warnings that were found.Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationWarningModifier and TypeMethodDescriptionPutPipelineDefinitionResult.withValidationWarnings
(ValidationWarning... validationWarnings) The validation warnings that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult.withValidationWarnings
(ValidationWarning... validationWarnings) Any validation warnings that were found.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationWarningModifier and TypeMethodDescriptionvoid
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.withValidationWarnings
(Collection<ValidationWarning> validationWarnings) The validation warnings that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult.withValidationWarnings
(Collection<ValidationWarning> validationWarnings) Any validation warnings that were found.