Uses of Interface
software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest.Builder
Packages that use GetExecutionHistoryRequest.Builder
Package
Description
-
Uses of GetExecutionHistoryRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type GetExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) Returns the history of the specified execution as a list of events.default GetExecutionHistoryResponseSfnClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) Returns the history of the specified execution as a list of events.default GetExecutionHistoryPublisherSfnAsyncClient.getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) This is a variant ofSfnAsyncClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation.default GetExecutionHistoryIterableSfnClient.getExecutionHistoryPaginator(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest) This is a variant ofSfnClient.getExecutionHistory(software.amazon.awssdk.services.sfn.model.GetExecutionHistoryRequest)operation. -
Uses of GetExecutionHistoryRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return GetExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionGetExecutionHistoryRequest.builder()GetExecutionHistoryRequest.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution.GetExecutionHistoryRequest.Builder.includeExecutionData(Boolean includeExecutionData) You can select whether execution data (input or output of a history event) is returned.GetExecutionHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of results that are returned per call.IfnextTokenis returned, there are more results available.GetExecutionHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetExecutionHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetExecutionHistoryRequest.Builder.reverseOrder(Boolean reverseOrder) Lists events in descending order of theirtimeStamp.GetExecutionHistoryRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type GetExecutionHistoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExecutionHistoryRequest.Builder>GetExecutionHistoryRequest.serializableBuilderClass()