|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationWarning | |
---|---|
com.amazonaws.services.datapipeline.model | Classes modeling the various types represented by DataPipeline. |
Uses of ValidationWarning in com.amazonaws.services.datapipeline.model |
---|
Methods in com.amazonaws.services.datapipeline.model that return ValidationWarning | |
---|---|
ValidationWarning |
ValidationWarning.withId(String id)
The identifier of the object that contains the validation warning. |
ValidationWarning |
ValidationWarning.withWarnings(Collection<String> warnings)
A description of the validation warning. |
ValidationWarning |
ValidationWarning.withWarnings(String... warnings)
A description of the validation warning. |
Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ValidationWarning | |
---|---|
List<ValidationWarning> |
ValidatePipelineDefinitionResult.getValidationWarnings()
Lists the validation warnings that were found by ValidatePipelineDefinition. |
List<ValidationWarning> |
PutPipelineDefinitionResult.getValidationWarnings()
A list of the validation warnings that are associated with the objects defined in pipelineObjects . |
Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationWarning | |
---|---|
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition. |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
A list of the validation warnings that are associated with the objects defined in pipelineObjects . |
Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationWarning | |
---|---|
void |
ValidatePipelineDefinitionResult.setValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition. |
void |
PutPipelineDefinitionResult.setValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects defined in pipelineObjects . |
ValidatePipelineDefinitionResult |
ValidatePipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition. |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects defined in pipelineObjects . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |