Uses of Class
software.amazon.awssdk.services.swf.model.GetWorkflowExecutionHistoryResponse
-
Packages that use GetWorkflowExecutionHistoryResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of GetWorkflowExecutionHistoryResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return GetWorkflowExecutionHistoryResponse Modifier and Type Method Description default GetWorkflowExecutionHistoryResponseSwfClient. getWorkflowExecutionHistory(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution.default GetWorkflowExecutionHistoryResponseSwfClient. getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution.Methods in software.amazon.awssdk.services.swf that return types with arguments of type GetWorkflowExecutionHistoryResponse Modifier and Type Method Description default CompletableFuture<GetWorkflowExecutionHistoryResponse>SwfAsyncClient. getWorkflowExecutionHistory(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution.default CompletableFuture<GetWorkflowExecutionHistoryResponse>SwfAsyncClient. getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)Returns the history of the specified workflow execution. -
Uses of GetWorkflowExecutionHistoryResponse in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type GetWorkflowExecutionHistoryResponse Modifier and Type Method Description Iterator<GetWorkflowExecutionHistoryResponse>GetWorkflowExecutionHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.swf.paginators with type arguments of type GetWorkflowExecutionHistoryResponse Modifier and Type Method Description voidGetWorkflowExecutionHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetWorkflowExecutionHistoryResponse> subscriber)
-