| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default RespondDecisionTaskCompletedResponse |
SWFClient.respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified by the
taskToken has
successfully completed. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RespondDecisionTaskCompletedResponse> |
SWFAsyncClient.respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified by the
taskToken has
successfully completed. |
| Modifier and Type | Method and Description |
|---|---|
RespondDecisionTaskCompletedResponse |
RespondDecisionTaskCompletedResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.