Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
PendingTaskCount |
AbstractAmazonSimpleWorkflow.countPendingActivityTasks(CountPendingActivityTasksRequest request) |
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 |
AbstractAmazonSimpleWorkflow.countPendingDecisionTasks(CountPendingDecisionTasksRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
PendingTaskCount |
PendingTaskCount.clone() |
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 © 2018. All rights reserved.