Uses of Class
com.amazonaws.services.simpleworkflow.model.Decision
Packages that use Decision
-
Uses of Decision in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionModifier and TypeMethodDescriptionDecision.clone()
Decision.withCancelTimerDecisionAttributes
(CancelTimerDecisionAttributes cancelTimerDecisionAttributes) Provides details of theCancelTimer
decision.Decision.withCancelWorkflowExecutionDecisionAttributes
(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes) Provides details of theCancelWorkflowExecution
decision.Decision.withCompleteWorkflowExecutionDecisionAttributes
(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes) Provides details of theCompleteWorkflowExecution
decision.Decision.withContinueAsNewWorkflowExecutionDecisionAttributes
(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes) Provides details of theContinueAsNewWorkflowExecution
decision.Decision.withDecisionType
(DecisionType decisionType) Specifies the type of the decision.Decision.withDecisionType
(String decisionType) Specifies the type of the decision.Decision.withFailWorkflowExecutionDecisionAttributes
(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes) Provides details of theFailWorkflowExecution
decision.Decision.withRecordMarkerDecisionAttributes
(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes) Provides details of theRecordMarker
decision.Decision.withRequestCancelActivityTaskDecisionAttributes
(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes) Provides details of theRequestCancelActivityTask
decision.Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes
(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecution
decision.Decision.withScheduleActivityTaskDecisionAttributes
(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes) Provides details of theScheduleActivityTask
decision.Decision.withScheduleLambdaFunctionDecisionAttributes
(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) Decision.withSignalExternalWorkflowExecutionDecisionAttributes
(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes) Provides details of theSignalExternalWorkflowExecution
decision.Decision.withStartChildWorkflowExecutionDecisionAttributes
(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes) Provides details of theStartChildWorkflowExecution
decision.Decision.withStartTimerDecisionAttributes
(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimer
decision.Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type DecisionModifier and TypeMethodDescriptionRespondDecisionTaskCompletedRequest.getDecisions()
The list of decisions (possibly empty) made by the decider while processing this decision task.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionModifier and TypeMethodDescriptionRespondDecisionTaskCompletedRequest.withDecisions
(Decision... decisions) The list of decisions (possibly empty) made by the decider while processing this decision task.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type DecisionModifier and TypeMethodDescriptionvoid
RespondDecisionTaskCompletedRequest.setDecisions
(Collection<Decision> decisions) The list of decisions (possibly empty) made by the decider while processing this decision task.RespondDecisionTaskCompletedRequest.withDecisions
(Collection<Decision> decisions) The list of decisions (possibly empty) made by the decider while processing this decision task.