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.
|
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 |
---|---|
ReportTaskProgressRequest |
ReportTaskProgressRequest.withTaskId(String taskId)
Identifier of the task assigned to the task runner.
|
Copyright © 2014. All rights reserved.