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