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

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

Methods in com.amazonaws.services.simpleworkflow with parameters of type CountPendingActivityTasksRequest
 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.
 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.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type CountPendingActivityTasksRequest
 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.
 

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

Methods in com.amazonaws.services.simpleworkflow.model that return CountPendingActivityTasksRequest
 CountPendingActivityTasksRequest CountPendingActivityTasksRequest.withDomain(String domain)
          The name of the domain that contains the task list.
 CountPendingActivityTasksRequest CountPendingActivityTasksRequest.withTaskList(TaskList taskList)
          The name of the task list.
 



Copyright © 2016. All rights reserved.