Uses of Class
software.amazon.awssdk.services.swf.model.SignalExternalWorkflowExecutionDecisionAttributes
-
Packages that use SignalExternalWorkflowExecutionDecisionAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of SignalExternalWorkflowExecutionDecisionAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return SignalExternalWorkflowExecutionDecisionAttributes Modifier and Type Method Description SignalExternalWorkflowExecutionDecisionAttributes
Decision. signalExternalWorkflowExecutionDecisionAttributes()
Provides the details of theSignalExternalWorkflowExecution
decision.Methods in software.amazon.awssdk.services.swf.model with parameters of type SignalExternalWorkflowExecutionDecisionAttributes Modifier and Type Method Description Decision.Builder
Decision.Builder. signalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides the details of theSignalExternalWorkflowExecution
decision.
-