| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| 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. |
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 |
|---|---|
SdkHttpFullRequest |
RespondDecisionTaskCompletedRequestMarshaller.marshall(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest) |
Copyright © 2021. All rights reserved.