Uses of Class
software.amazon.awssdk.services.swf.model.CountPendingDecisionTasksRequest
-
Packages that use CountPendingDecisionTasksRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of CountPendingDecisionTasksRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type CountPendingDecisionTasksRequest Modifier and Type Method Description default CompletableFuture<CountPendingDecisionTasksResponse>SwfAsyncClient. countPendingDecisionTasks(CountPendingDecisionTasksRequest 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. -
Uses of CountPendingDecisionTasksRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type CountPendingDecisionTasksRequest Modifier and Type Method Description SdkHttpFullRequestCountPendingDecisionTasksRequestMarshaller. marshall(CountPendingDecisionTasksRequest countPendingDecisionTasksRequest)
-