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 |
---|---|
ReportTaskProgressResult |
DataPipelineClient.reportTaskProgress(ReportTaskProgressRequest reportTaskProgressRequest)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
ReportTaskProgressResult |
DataPipeline.reportTaskProgress(ReportTaskProgressRequest reportTaskProgressRequest)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Modifier and Type | Method and Description |
---|---|
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Modifier and Type | Method and Description |
---|---|
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Task runners call
ReportTaskProgress when assigned a
task to acknowledge that it has the task. |
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressResult |
ReportTaskProgressResult.clone() |
ReportTaskProgressResult |
ReportTaskProgressResult.withCanceled(Boolean canceled)
If true, the calling task runner should cancel processing of the task.
|
Copyright © 2015. All rights reserved.