Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionDetail
-
Packages that use WorkflowExecutionDetail Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionDetail in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionDetail Modifier and Type Method Description WorkflowExecutionDetailAbstractAmazonSimpleWorkflow. describeWorkflowExecution(DescribeWorkflowExecutionRequest request)WorkflowExecutionDetailAmazonSimpleWorkflow. describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)Returns information about the specified workflow execution including its type and some statistics.WorkflowExecutionDetailAmazonSimpleWorkflowClient. describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)Returns information about the specified workflow execution including its type and some statistics.Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowExecutionDetail Modifier and Type Method Description Future<WorkflowExecutionDetail>AbstractAmazonSimpleWorkflowAsync. describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)Future<WorkflowExecutionDetail>AmazonSimpleWorkflowAsync. describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)Returns information about the specified workflow execution including its type and some statistics.Future<WorkflowExecutionDetail>AmazonSimpleWorkflowAsyncClient. describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler) -
Uses of WorkflowExecutionDetail in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionDetail Modifier and Type Method Description WorkflowExecutionDetailWorkflowExecutionDetail. clone()WorkflowExecutionDetailWorkflowExecutionDetail. withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)The configuration settings for this workflow execution including timeout values, tasklist etc.WorkflowExecutionDetailWorkflowExecutionDetail. withExecutionInfo(WorkflowExecutionInfo executionInfo)Information about the workflow execution.WorkflowExecutionDetailWorkflowExecutionDetail. withLatestActivityTaskTimestamp(Date latestActivityTaskTimestamp)The time when the last activity task was scheduled for this workflow execution.WorkflowExecutionDetailWorkflowExecutionDetail. withLatestExecutionContext(String latestExecutionContext)The latest executionContext provided by the decider for this workflow execution.WorkflowExecutionDetailWorkflowExecutionDetail. withOpenCounts(WorkflowExecutionOpenCounts openCounts)The number of tasks for this workflow execution.
-