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