Uses of Class
software.amazon.awssdk.services.swf.paginators.GetWorkflowExecutionHistoryPublisher
-
Packages that use GetWorkflowExecutionHistoryPublisher Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of GetWorkflowExecutionHistoryPublisher in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return GetWorkflowExecutionHistoryPublisher Modifier and Type Method Description default GetWorkflowExecutionHistoryPublisherSwfAsyncClient. getWorkflowExecutionHistoryPaginator(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution.default GetWorkflowExecutionHistoryPublisherSwfAsyncClient. getWorkflowExecutionHistoryPaginator(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution.
-