Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionRedrivenEventDetails
-
Packages that use ExecutionRedrivenEventDetails Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ExecutionRedrivenEventDetails in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionRedrivenEventDetails Modifier and Type Method Description ExecutionRedrivenEventDetailsHistoryEvent. executionRedrivenEventDetails()Contains details about the redrive attempt of an execution.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionRedrivenEventDetails Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. executionRedrivenEventDetails(ExecutionRedrivenEventDetails executionRedrivenEventDetails)Contains details about the redrive attempt of an execution.
-