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
PollForTask to receive a task to
perform from AWS Data Pipeline. |
PollForTaskResult |
DataPipeline.pollForTask(PollForTaskRequest pollForTaskRequest)
Task runners call
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Future<PollForTaskResult> |
DataPipelineAsyncClient.pollForTaskAsync(PollForTaskRequest pollForTaskRequest)
Task runners call
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest)
Task runners call
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Future<PollForTaskResult> |
DataPipelineAsyncClient.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call
PollForTask 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
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Future<PollForTaskResult> |
DataPipelineAsync.pollForTaskAsync(PollForTaskRequest pollForTaskRequest,
AsyncHandler<PollForTaskRequest,PollForTaskResult> asyncHandler)
Task runners call
PollForTask to receive a task to
perform from AWS Data Pipeline. |
Modifier and Type | Method and Description |
---|---|
PollForTaskRequest |
PollForTaskRequest.clone() |
PollForTaskRequest |
PollForTaskRequest.withHostname(String hostname)
The public DNS name of the calling task runner.
|
PollForTaskRequest |
PollForTaskRequest.withInstanceIdentity(InstanceIdentity instanceIdentity)
Identity information for the EC2 instance that is hosting the task
runner.
|
PollForTaskRequest |
PollForTaskRequest.withWorkerGroup(String workerGroup)
The type of task the task runner is configured to accept and process.
|
Copyright © 2015. All rights reserved.