Uses of Class
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryResponse
Packages that use GetExecutionHistoryResponse
Package
Description
-
Uses of GetExecutionHistoryResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return GetExecutionHistoryResponseModifier and TypeMethodDescriptiondefault 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 GetExecutionHistoryResponseModifier and TypeMethodDescriptionSfnAsyncClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) Returns the history of the specified execution as a list of events.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 GetExecutionHistoryResponseMethod parameters in software.amazon.awssdk.services.sfn.paginators with type arguments of type GetExecutionHistoryResponseModifier and TypeMethodDescriptionvoidGetExecutionHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetExecutionHistoryResponse> subscriber)