| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default SendTaskFailureResponse |
SfnClient.sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> sendTaskFailureRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken failed. |
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendTaskFailureResponse> |
SfnAsyncClient.sendTaskFailure(Consumer<SendTaskFailureRequest.Builder> 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. |
Copyright © 2020. All rights reserved.