Uses of Class
software.amazon.awssdk.services.swf.model.FailWorkflowExecutionFailedEventAttributes
-
Packages that use FailWorkflowExecutionFailedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of FailWorkflowExecutionFailedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description FailWorkflowExecutionFailedEventAttributesHistoryEvent. failWorkflowExecutionFailedEventAttributes()If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. failWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-