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