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

Packages that use ReportTaskProgressRequest
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 ReportTaskProgressRequest in com.amazonaws.services.datapipeline
 

Methods in com.amazonaws.services.datapipeline with parameters of type ReportTaskProgressRequest
 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.
 

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

Methods in com.amazonaws.services.datapipeline.model that return ReportTaskProgressRequest
 ReportTaskProgressRequest ReportTaskProgressRequest.withTaskId(String taskId)
          Identifier of the task assigned to the task runner.
 



Copyright © 2016. All rights reserved.