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