Package | Description |
---|---|
com.amazonaws.services.datapipeline |
Synchronous and asynchronous client classes for accessing DataPipeline.
|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
PutPipelineDefinitionResult |
DataPipelineClient.putPipelineDefinition(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
PutPipelineDefinitionResult |
DataPipeline.putPipelineDefinition(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<PutPipelineDefinitionResult> |
DataPipelineAsyncClient.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Future<PutPipelineDefinitionResult> |
DataPipelineAsync.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Future<PutPipelineDefinitionResult> |
DataPipelineAsyncClient.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Future<PutPipelineDefinitionResult> |
DataPipelineAsync.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<PutPipelineDefinitionResult> |
DataPipelineAsyncClient.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Future<PutPipelineDefinitionResult> |
DataPipelineAsync.putPipelineDefinitionAsync(PutPipelineDefinitionRequest putPipelineDefinitionRequest,
AsyncHandler<PutPipelineDefinitionRequest,PutPipelineDefinitionResult> asyncHandler)
Adds tasks, schedules, and preconditions that control the behavior of
the pipeline.
|
Modifier and Type | Method and Description |
---|---|
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withErrored(Boolean errored)
If
True , there were validation errors. |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationErrors(ValidationError... validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
PutPipelineDefinitionResult.withValidationWarnings(ValidationWarning... validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
Copyright © 2014. All rights reserved.