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