Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Future<PendingTaskCount> |
AmazonSimpleWorkflowAsync.countPendingActivityTasksAsync(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,
AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
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.countPendingActivityTasksAsync(CountPendingActivityTasksRequest countPendingActivityTasksRequest,
AsyncHandler<CountPendingActivityTasksRequest,PendingTaskCount> asyncHandler)
Returns the estimated number of activity tasks in the specified task
list.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.