| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default RespondActivityTaskFailedResponse |
SWFClient.respondActivityTaskFailed(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken has
failed with reason (if specified). |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RespondActivityTaskFailedResponse> |
SWFAsyncClient.respondActivityTaskFailed(RespondActivityTaskFailedRequest respondActivityTaskFailedRequest)
Used by workers to tell the service that the ActivityTask identified by the
taskToken has
failed with reason (if specified). |
| Modifier and Type | Method and Description |
|---|---|
RespondActivityTaskFailedResponse |
RespondActivityTaskFailedResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.