Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionFailedEventDetails
-
Packages that use ExecutionFailedEventDetails Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of ExecutionFailedEventDetails in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ExecutionFailedEventDetails Modifier and Type Method Description ExecutionFailedEventDetailsHistoryEvent. executionFailedEventDetails()Returns the value of the ExecutionFailedEventDetails property for this object.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionFailedEventDetails Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. executionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)Sets the value of the ExecutionFailedEventDetails property for this object.
-