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