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

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

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

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



Copyright © 2016. All rights reserved.