Uses of Class
com.amazonaws.services.simpleworkflow.model.CountPendingDecisionTasksRequest
-
Packages that use CountPendingDecisionTasksRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of CountPendingDecisionTasksRequest in com.amazonaws.services.simpleworkflow
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type CountPendingDecisionTasksRequest Modifier and Type Method Description Future<PendingTaskCount>AbstractAmazonSimpleWorkflowAsync. countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest request, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)Future<PendingTaskCount>AmazonSimpleWorkflowAsync. countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler)Returns the estimated number of decision tasks in the specified task list.Future<PendingTaskCount>AmazonSimpleWorkflowAsyncClient. countPendingDecisionTasksAsync(CountPendingDecisionTasksRequest request, AsyncHandler<CountPendingDecisionTasksRequest,PendingTaskCount> asyncHandler) -
Uses of CountPendingDecisionTasksRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CountPendingDecisionTasksRequest Modifier and Type Method Description CountPendingDecisionTasksRequestCountPendingDecisionTasksRequest. clone()CountPendingDecisionTasksRequestCountPendingDecisionTasksRequest. withDomain(String domain)The name of the domain that contains the task list.CountPendingDecisionTasksRequestCountPendingDecisionTasksRequest. withTaskList(TaskList taskList)The name of the task list.
-