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 PendingTaskCount
AbstractAmazonSimpleWorkflow. countPendingActivityTasks(CountPendingActivityTasksRequest request)
PendingTaskCount
AmazonSimpleWorkflow. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
Returns the estimated number of activity tasks in the specified task list.PendingTaskCount
AmazonSimpleWorkflowClient. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
Returns the estimated number of activity tasks in the specified task list.PendingTaskCount
AbstractAmazonSimpleWorkflow. countPendingDecisionTasks(CountPendingDecisionTasksRequest request)
PendingTaskCount
AmazonSimpleWorkflow. countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
Returns the estimated number of decision tasks in the specified task list.PendingTaskCount
AmazonSimpleWorkflowClient. 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 PendingTaskCount
PendingTaskCount. clone()
PendingTaskCount
PendingTaskCount. withCount(Integer count)
The number of tasks in the task list.PendingTaskCount
PendingTaskCount. 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.
-