| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Decision |
DecisionUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionMarshaller.marshall(Decision decision,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.