Uses of Class
software.amazon.awssdk.services.swf.paginators.ListOpenWorkflowExecutionsPublisher
-
Packages that use ListOpenWorkflowExecutionsPublisher Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of ListOpenWorkflowExecutionsPublisher in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListOpenWorkflowExecutionsPublisher Modifier and Type Method Description default ListOpenWorkflowExecutionsPublisherSwfAsyncClient. listOpenWorkflowExecutionsPaginator(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.default ListOpenWorkflowExecutionsPublisherSwfAsyncClient. listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
-