Uses of Class
software.amazon.awssdk.services.swf.model.Decision
-
Packages that use Decision Package Description software.amazon.awssdk.services.swf.model -
-
Uses of Decision in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type Decision Modifier and Type Method Description List<Decision>RespondDecisionTaskCompletedRequest. decisions()The list of decisions (possibly empty) made by the decider while processing this decision task.Methods in software.amazon.awssdk.services.swf.model with parameters of type Decision Modifier and Type Method Description RespondDecisionTaskCompletedRequest.BuilderRespondDecisionTaskCompletedRequest.Builder. decisions(Decision... decisions)The list of decisions (possibly empty) made by the decider while processing this decision task.Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type Decision Modifier and Type Method Description RespondDecisionTaskCompletedRequest.BuilderRespondDecisionTaskCompletedRequest.Builder. decisions(Collection<Decision> decisions)The list of decisions (possibly empty) made by the decider while processing this decision task.
-