Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskStatus
Packages that use ActivityTaskStatus
Package
Description
-
Uses of ActivityTaskStatus in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return ActivityTaskStatusModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.recordActivityTaskHeartbeat
(RecordActivityTaskHeartbeatRequest request) AmazonSimpleWorkflow.recordActivityTaskHeartbeat
(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest) Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskToken
is still making progress.AmazonSimpleWorkflowClient.recordActivityTaskHeartbeat
(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest) Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskToken
is still making progress.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type ActivityTaskStatusModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request) AbstractAmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest) Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskToken
is still making progress.AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskToken
is still making progress.AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request) AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type ActivityTaskStatusModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskToken
is still making progress.AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync
(RecordActivityTaskHeartbeatRequest request, AsyncHandler<RecordActivityTaskHeartbeatRequest, ActivityTaskStatus> asyncHandler) -
Uses of ActivityTaskStatus in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskStatusModifier and TypeMethodDescriptionActivityTaskStatus.clone()
ActivityTaskStatus.withCancelRequested
(Boolean cancelRequested) Set totrue
if cancellation of the task is requested.