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

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

Methods in com.amazonaws.services.simpleworkflow that return PendingTaskCount
 PendingTaskCount AmazonSimpleWorkflowClient.countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
           Returns the estimated number of activity tasks in the specified task list.
 PendingTaskCount AmazonSimpleWorkflow.countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
           Returns the estimated number of activity tasks in the specified task list.
 PendingTaskCount AmazonSimpleWorkflowClient.countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
           Returns the estimated number of decision tasks in the specified task list.
 PendingTaskCount AmazonSimpleWorkflow.countPendingDecisionTasks(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
           Returns the estimated number of decision tasks in the specified task list.
 

Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type PendingTaskCount
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
           Returns the estimated number of decision tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
           Returns the estimated number of decision tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of decision tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of decision tasks in the specified task list.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type PendingTaskCount
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest, AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of activity tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsyncClient.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)
           Returns the estimated number of decision tasks in the specified task list.
 Future<PendingTaskCount> AmazonSimpleWorkflowAsync.countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)
           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
 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.
 



Copyright © 2016. All rights reserved.