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