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