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 WorkflowExecutionContinuedAsNewEventAttributes
HistoryEvent. workflowExecutionContinuedAsNewEventAttributes()
If the event is of typeWorkflowExecutionContinuedAsNew
then 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.Builder
HistoryEvent.Builder. workflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes)
If the event is of typeWorkflowExecutionContinuedAsNew
then this member is set and provides detailed information about the event.
-