Uses of Class
software.amazon.awssdk.services.sfn.paginators.GetExecutionHistoryIterable
-
Packages that use GetExecutionHistoryIterable Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of GetExecutionHistoryIterable in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return GetExecutionHistoryIterable Modifier and Type Method Description default GetExecutionHistoryIterableSfnClient. getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)Returns the history of the specified execution as a list of events.default GetExecutionHistoryIterableSfnClient. getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest)Returns the history of the specified execution as a list of events.
-