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

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

Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionDetail
 WorkflowExecutionDetail AmazonSimpleWorkflowClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
           Returns information about the specified workflow execution including its type and some statistics.
 WorkflowExecutionDetail AmazonSimpleWorkflow.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 WorkflowExecutionDetail
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
           Returns information about the specified workflow execution including its type and some statistics.
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
           Returns information about the specified workflow execution including its type and some statistics.
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
           Returns information about the specified workflow execution including its type and some statistics.
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
           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
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
           Returns information about the specified workflow execution including its type and some statistics.
 Future<WorkflowExecutionDetail> AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest, AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
           Returns information about the specified workflow execution including its type and some statistics.
 

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

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionDetail
 WorkflowExecutionDetail WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
          The configuration settings for this workflow execution including timeout values, tasklist etc.
 WorkflowExecutionDetail WorkflowExecutionDetail.withExecutionInfo(WorkflowExecutionInfo executionInfo)
          Information about the workflow execution.
 WorkflowExecutionDetail WorkflowExecutionDetail.withLatestActivityTaskTimestamp(Date latestActivityTaskTimestamp)
          The time when the last activity task was scheduled for this workflow execution.
 WorkflowExecutionDetail WorkflowExecutionDetail.withLatestExecutionContext(String latestExecutionContext)
          The latest executionContext provided by the decider for this workflow execution.
 WorkflowExecutionDetail WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts)
          The number of tasks for this workflow execution.
 



Copyright © 2016. All rights reserved.