Uses of Class
software.amazon.awssdk.services.sfn.paginators.ListMapRunsIterable
-
Packages that use ListMapRunsIterable Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of ListMapRunsIterable in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return ListMapRunsIterable Modifier and Type Method Description default ListMapRunsIterableSfnClient. listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest)Lists all Map Runs that were started by a given state machine execution.default ListMapRunsIterableSfnClient. listMapRunsPaginator(ListMapRunsRequest listMapRunsRequest)Lists all Map Runs that were started by a given state machine execution.
-