Uses of Class
software.amazon.awssdk.services.swf.model.CountPendingActivityTasksResponse
-
Packages that use CountPendingActivityTasksResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of CountPendingActivityTasksResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return CountPendingActivityTasksResponse Modifier and Type Method Description default CountPendingActivityTasksResponseSwfClient. countPendingActivityTasks(Consumer<CountPendingActivityTasksRequest.Builder> countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.default CountPendingActivityTasksResponseSwfClient. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.Methods in software.amazon.awssdk.services.swf that return types with arguments of type CountPendingActivityTasksResponse Modifier and Type Method Description default CompletableFuture<CountPendingActivityTasksResponse>SwfAsyncClient. countPendingActivityTasks(Consumer<CountPendingActivityTasksRequest.Builder> countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.default CompletableFuture<CountPendingActivityTasksResponse>SwfAsyncClient. countPendingActivityTasks(CountPendingActivityTasksRequest countPendingActivityTasksRequest)Returns the estimated number of activity tasks in the specified task list.
-