| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default RespondDecisionTaskCompletedResponse |
SwfClient.respondDecisionTaskCompleted(Consumer<RespondDecisionTaskCompletedRequest.Builder> 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 |
|---|---|
default CompletableFuture<RespondDecisionTaskCompletedResponse> |
SwfAsyncClient.respondDecisionTaskCompleted(Consumer<RespondDecisionTaskCompletedRequest.Builder> 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. |
Copyright © 2019. All rights reserved.