Uses of Class
software.amazon.awssdk.services.sfn.paginators.ListExecutionsIterable
-
Packages that use ListExecutionsIterable Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of ListExecutionsIterable in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return ListExecutionsIterable Modifier and Type Method Description default ListExecutionsIterableSfnClient. listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all executions of a state machine or a Map Run.default ListExecutionsIterableSfnClient. listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)Lists all executions of a state machine or a Map Run.
-