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