Uses of Class
com.amazonaws.services.simpleworkflow.model.PendingTaskCount
-
Packages that use PendingTaskCount Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of PendingTaskCount in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return PendingTaskCount Modifier and Type Method Description PendingTaskCountAbstractAmazonSimpleWorkflow. countPendingActivityTasks(CountPendingActivityTasksRequest request)PendingTaskCountAmazonSimpleWorkflow. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.PendingTaskCountAmazonSimpleWorkflowClient. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.PendingTaskCountAbstractAmazonSimpleWorkflow. countPendingDecisionTasks(CountPendingDecisionTasksRequest request)PendingTaskCountAmazonSimpleWorkflow. countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)Returns the estimated number of decision tasks in the specified task list.PendingTaskCountAmazonSimpleWorkflowClient. countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)Returns the estimated number of decision tasks in the specified task list. -
Uses of PendingTaskCount in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return PendingTaskCount Modifier and Type Method Description PendingTaskCountPendingTaskCount. clone()PendingTaskCountPendingTaskCount. withCount(Integer count)The number of tasks in the task list.PendingTaskCountPendingTaskCount. withTruncated(Boolean truncated)If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
-