| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
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(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 |
|---|---|
RespondActivityTaskCanceledResponse |
RespondActivityTaskCanceledResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.