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