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 FailWorkflowExecutionFailedEventAttributes
HistoryEvent. failWorkflowExecutionFailedEventAttributes()
If the event is of typeFailWorkflowExecutionFailed
then 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.Builder
HistoryEvent.Builder. failWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)
If the event is of typeFailWorkflowExecutionFailed
then this member is set and provides detailed information about the event.
-