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 theCancelTimerdecision.Decision.withCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes) Provides details of theCancelWorkflowExecutiondecision.Decision.withCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes) Provides details of theCompleteWorkflowExecutiondecision.Decision.withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes) Provides details of theContinueAsNewWorkflowExecutiondecision.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 theFailWorkflowExecutiondecision.Decision.withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes) Provides details of theRecordMarkerdecision.Decision.withRequestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes) Provides details of theRequestCancelActivityTaskdecision.Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecutiondecision.Decision.withScheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes) Provides details of theScheduleActivityTaskdecision.Decision.withScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) Decision.withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes) Provides details of theSignalExternalWorkflowExecutiondecision.Decision.withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes) Provides details of theStartChildWorkflowExecutiondecision.Decision.withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimerdecision.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 TypeMethodDescriptionvoidRespondDecisionTaskCompletedRequest.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.