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