Uses of Class
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryResponse
-
Packages that use GetExecutionHistoryResponse Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.paginators -
-
Uses of GetExecutionHistoryResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return GetExecutionHistoryResponse Modifier and Type Method Description default GetExecutionHistoryResponseSfnClient. getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)Returns the history of the specified execution as a list of events.default GetExecutionHistoryResponseSfnClient. getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)Returns the history of the specified execution as a list of events.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type GetExecutionHistoryResponse Modifier and Type Method Description default CompletableFuture<GetExecutionHistoryResponse>SfnAsyncClient. getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)Returns the history of the specified execution as a list of events.default CompletableFuture<GetExecutionHistoryResponse>SfnAsyncClient. getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)Returns the history of the specified execution as a list of events. -
Uses of GetExecutionHistoryResponse in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type GetExecutionHistoryResponse Modifier and Type Method Description Iterator<GetExecutionHistoryResponse>GetExecutionHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.sfn.paginators with type arguments of type GetExecutionHistoryResponse Modifier and Type Method Description voidGetExecutionHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetExecutionHistoryResponse> subscriber)
-