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