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