Uses of Class
com.amazonaws.services.datapipeline.model.ReportTaskProgressResult

Packages that use ReportTaskProgressResult
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. 
 

Uses of ReportTaskProgressResult in com.amazonaws.services.datapipeline
 

Methods in com.amazonaws.services.datapipeline that return ReportTaskProgressResult
 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.
 

Methods in com.amazonaws.services.datapipeline that return types with arguments of type ReportTaskProgressResult
 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.
 

Method parameters in com.amazonaws.services.datapipeline with type arguments of type ReportTaskProgressResult
 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.
 

Uses of ReportTaskProgressResult in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return ReportTaskProgressResult
 ReportTaskProgressResult ReportTaskProgressResult.withCanceled(Boolean canceled)
          If True, the calling task runner should cancel processing of the task.
 



Copyright © 2016. All rights reserved.