Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus

Packages that use ActivityTaskStatus
com.amazonaws.services.simpleworkflow Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of ActivityTaskStatus in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow that return ActivityTaskStatus
 ActivityTaskStatus AmazonSimpleWorkflowClient.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 ActivityTaskStatus AmazonSimpleWorkflow.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 

Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type ActivityTaskStatus
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type ActivityTaskStatus
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 Future<ActivityTaskStatus> AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
           Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress.
 

Uses of ActivityTaskStatus in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskStatus
 ActivityTaskStatus ActivityTaskStatus.withCancelRequested(Boolean cancelRequested)
          Set to true if cancellation of the task is requested.
 



Copyright © 2016. All rights reserved.