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