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