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

Packages that use WorkflowExecutionOpenCounts
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

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

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionOpenCounts
 WorkflowExecutionOpenCounts WorkflowExecutionDetail.getOpenCounts()
          The number of tasks for this workflow execution.
 WorkflowExecutionOpenCounts WorkflowExecutionOpenCounts.withOpenActivityTasks(Integer openActivityTasks)
          The count of activity tasks whose status is OPEN.
 WorkflowExecutionOpenCounts WorkflowExecutionOpenCounts.withOpenChildWorkflowExecutions(Integer openChildWorkflowExecutions)
          The count of child workflow executions whose status is OPEN.
 WorkflowExecutionOpenCounts WorkflowExecutionOpenCounts.withOpenDecisionTasks(Integer openDecisionTasks)
          The count of decision tasks whose status is OPEN.
 WorkflowExecutionOpenCounts WorkflowExecutionOpenCounts.withOpenTimers(Integer openTimers)
          The count of timers started by this workflow execution that have not fired yet.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionOpenCounts
 void WorkflowExecutionDetail.setOpenCounts(WorkflowExecutionOpenCounts openCounts)
          The number of tasks for this workflow execution.
 WorkflowExecutionDetail WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts)
          The number of tasks for this workflow execution.
 



Copyright © 2016. All rights reserved.