Uses of Class
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest
-
Packages that use GetExecutionHistoryRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.paginators software.amazon.awssdk.services.sfn.transform -
-
Uses of GetExecutionHistoryRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type GetExecutionHistoryRequest Modifier and Type Method Description default CompletableFuture<GetExecutionHistoryResponse>SfnAsyncClient. 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)Returns the history of the specified execution as a list of events.default GetExecutionHistoryIterableSfnClient. getExecutionHistoryPaginator(GetExecutionHistoryRequest getExecutionHistoryRequest)Returns the history of the specified execution as a list of events. -
Uses of GetExecutionHistoryRequest in software.amazon.awssdk.services.sfn.paginators
Constructors in software.amazon.awssdk.services.sfn.paginators with parameters of type GetExecutionHistoryRequest Constructor Description GetExecutionHistoryIterable(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 GetExecutionHistoryRequest Modifier and Type Method Description SdkHttpFullRequestGetExecutionHistoryRequestMarshaller. marshall(GetExecutionHistoryRequest getExecutionHistoryRequest)
-