| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default RespondActivityTaskCompletedResponse |
SwfClient.respondActivityTaskCompleted(Consumer<RespondActivityTaskCompletedRequest.Builder> respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
default RespondActivityTaskCompletedResponse |
SwfClient.respondActivityTaskCompleted(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RespondActivityTaskCompletedResponse> |
SwfAsyncClient.respondActivityTaskCompleted(Consumer<RespondActivityTaskCompletedRequest.Builder> respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
default CompletableFuture<RespondActivityTaskCompletedResponse> |
SwfAsyncClient.respondActivityTaskCompleted(RespondActivityTaskCompletedRequest respondActivityTaskCompletedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken
completed successfully with a result (if provided). |
Copyright © 2020. All rights reserved.