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.
|
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 |
---|---|
PollForTaskRequest |
PollForTaskRequest.withHostname(String hostname)
The public DNS name of the calling task runner.
|
PollForTaskRequest |
PollForTaskRequest.withInstanceIdentity(InstanceIdentity instanceIdentity)
Identity information for the Amazon EC2 instance that is hosting the
task runner.
|
PollForTaskRequest |
PollForTaskRequest.withWorkerGroup(String workerGroup)
Indicates the type of task the task runner is configured to accept and
process.
|
Copyright © 2014. All rights reserved.