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