| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default RespondActivityTaskCanceledResponse |
SwfClient.respondActivityTaskCanceled(Consumer<RespondActivityTaskCanceledRequest.Builder> respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
default RespondActivityTaskCanceledResponse |
SwfClient.respondActivityTaskCanceled(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RespondActivityTaskCanceledResponse> |
SwfAsyncClient.respondActivityTaskCanceled(Consumer<RespondActivityTaskCanceledRequest.Builder> respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
default CompletableFuture<RespondActivityTaskCanceledResponse> |
SwfAsyncClient.respondActivityTaskCanceled(RespondActivityTaskCanceledRequest respondActivityTaskCanceledRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken was
successfully canceled. |
Copyright © 2019. All rights reserved.