| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default PollForDecisionTaskResponse |
SWFClient.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PollForDecisionTaskResponse> |
SWFAsyncClient.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
| Modifier and Type | Method and Description |
|---|---|
PollForDecisionTaskResponse |
PollForDecisionTaskResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.