| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken failed. |
default CompletableFuture<SendTaskFailureResponse> |
SfnAsyncClient.sendTaskFailure(SendTaskFailureRequest sendTaskFailureRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken failed. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SendTaskFailureRequestMarshaller.marshall(SendTaskFailureRequest sendTaskFailureRequest) |
Copyright © 2022. All rights reserved.