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