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)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
ReportTaskProgressResult |
DataPipeline.reportTaskProgress(ReportTaskProgressRequest reportTaskProgressRequest)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Modifier and Type | Method and Description |
---|---|
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Modifier and Type | Method and Description |
---|---|
Future<ReportTaskProgressResult> |
DataPipelineAsyncClient.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Future<ReportTaskProgressResult> |
DataPipelineAsync.reportTaskProgressAsync(ReportTaskProgressRequest reportTaskProgressRequest,
AsyncHandler<ReportTaskProgressRequest,ReportTaskProgressResult> asyncHandler)
Updates the AWS Data Pipeline service on the progress of the calling
task runner.
|
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressResult |
ReportTaskProgressResult.withCanceled(Boolean canceled)
If
True , the calling task runner should cancel processing
of the task. |
Copyright © 2014. All rights reserved.