| 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. |
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 |
|---|---|
Request<RespondDecisionTaskCompletedRequest> |
RespondDecisionTaskCompletedRequestMarshaller.marshall(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<RespondDecisionTaskCompletedRequest> |
RespondDecisionTaskCompletedRequestMarshaller.marshall(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest) |
void |
RespondDecisionTaskCompletedRequestModelMarshaller.marshall(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.