| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
List<Decision> |
RespondDecisionTaskCompletedRequest.decisions()
The list of decisions (possibly empty) made by the decider while processing this decision task.
|
| Modifier and Type | Method and Description |
|---|---|
RespondDecisionTaskCompletedRequest.Builder |
RespondDecisionTaskCompletedRequest.Builder.decisions(Decision... decisions)
The list of decisions (possibly empty) made by the decider while processing this decision task.
|
| Modifier and Type | Method and Description |
|---|---|
RespondDecisionTaskCompletedRequest.Builder |
RespondDecisionTaskCompletedRequest.Builder.decisions(Collection<Decision> decisions)
The list of decisions (possibly empty) made by the decider while processing this decision task.
|
Copyright © 2019. All rights reserved.