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 |
---|---|
PollForTaskResult |
DataPipelineClient.pollForTask(PollForTaskRequest pollForTaskRequest)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
PollForTaskResult |
DataPipeline.pollForTask(PollForTaskRequest pollForTaskRequest)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<PollForTaskResult> |
DataPipelineAsyncClient.pollForTaskAsync(PollForTaskRequest pollForTaskRequest)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Future<PollForTaskResult> |
DataPipelineAsyncClient.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<PollForTaskResult> |
DataPipelineAsyncClient.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call this action to receive a task to perform from AWS
Data Pipeline.
|
Modifier and Type | Method and Description |
---|---|
PollForTaskResult |
PollForTaskResult.withTaskObject(TaskObject taskObject)
An instance of PollForTaskResult, which contains an instance of
TaskObject.
|
Copyright © 2014. All rights reserved.