| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Decision | Decision. clone() | 
| Decision | Decision. withCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
 Provides the details of the  CancelTimerdecision. | 
| Decision | Decision. withCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
 Provides the details of the  CancelWorkflowExecutiondecision. | 
| Decision | Decision. withCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
 Provides the details of the  CompleteWorkflowExecutiondecision. | 
| Decision | Decision. withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
 Provides the details of the  ContinueAsNewWorkflowExecutiondecision. | 
| Decision | Decision. withDecisionType(DecisionType decisionType)
 Specifies the type of the decision. | 
| Decision | Decision. withDecisionType(String decisionType)
 Specifies the type of the decision. | 
| Decision | Decision. withFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
 Provides the details of the  FailWorkflowExecutiondecision. | 
| Decision | Decision. withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
 Provides the details of the  RecordMarkerdecision. | 
| Decision | Decision. withRequestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes)
 Provides the details of the  RequestCancelActivityTaskdecision. | 
| Decision | Decision. withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
 Provides the details of the  RequestCancelExternalWorkflowExecutiondecision. | 
| Decision | Decision. withScheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes)
 Provides the details of the  ScheduleActivityTaskdecision. | 
| Decision | Decision. withScheduleLambdaFunctionDecisionAttributes(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes)
 Provides the details of the  ScheduleLambdaFunctiondecision. | 
| Decision | Decision. withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
 Provides the details of the  SignalExternalWorkflowExecutiondecision. | 
| Decision | Decision. withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
 Provides the details of the  StartChildWorkflowExecutiondecision. | 
| Decision | Decision. withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
 Provides the details of the  StartTimerdecision. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Decision> | RespondDecisionTaskCompletedRequest. getDecisions()
 The list of decisions (possibly empty) made by the decider while processing this decision task. | 
| Modifier and Type | Method and Description | 
|---|---|
| RespondDecisionTaskCompletedRequest | RespondDecisionTaskCompletedRequest. withDecisions(Decision... decisions)
 The list of decisions (possibly empty) made by the decider while processing this decision task. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RespondDecisionTaskCompletedRequest. setDecisions(Collection<Decision> decisions)
 The list of decisions (possibly empty) made by the decider while processing this decision task. | 
| RespondDecisionTaskCompletedRequest | RespondDecisionTaskCompletedRequest. withDecisions(Collection<Decision> decisions)
 The list of decisions (possibly empty) made by the decider while processing this decision task. | 
Copyright © 2022. All rights reserved.