Uses of Class
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest
Packages that use GetExecutionHistoryRequest
Package
Description
-
Uses of GetExecutionHistoryRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type GetExecutionHistoryRequestModifier and TypeMethodDescriptionSfnAsyncClient.getExecutionHistory(GetExecutionHistoryRequest 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.default GetExecutionHistoryPublisherSfnAsyncClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest) This is a variant ofSfnAsyncClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation.default GetExecutionHistoryIterableSfnClient.getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest) This is a variant ofSfnClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation. -
Uses of GetExecutionHistoryRequest in software.amazon.awssdk.services.sfn.paginators
Constructors in software.amazon.awssdk.services.sfn.paginators with parameters of type GetExecutionHistoryRequestModifierConstructorDescriptionGetExecutionHistoryIterable(SfnClient client, GetExecutionHistoryRequest firstRequest) GetExecutionHistoryPublisher(SfnAsyncClient client, GetExecutionHistoryRequest firstRequest) -
Uses of GetExecutionHistoryRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type GetExecutionHistoryRequestModifier and TypeMethodDescriptionGetExecutionHistoryRequestMarshaller.marshall(GetExecutionHistoryRequest getExecutionHistoryRequest)