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