Uses of Class
software.amazon.awssdk.services.swf.paginators.ListClosedWorkflowExecutionsPublisher
-
Packages that use ListClosedWorkflowExecutionsPublisher Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of ListClosedWorkflowExecutionsPublisher in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListClosedWorkflowExecutionsPublisher Modifier and Type Method Description default ListClosedWorkflowExecutionsPublisherSwfAsyncClient. listClosedWorkflowExecutionsPaginator(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.default ListClosedWorkflowExecutionsPublisherSwfAsyncClient. listClosedWorkflowExecutionsPaginator(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
-