| 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. |
default SendTaskHeartbeatResponse |
SfnClient.sendTaskHeartbeat(Consumer<SendTaskHeartbeatRequest.Builder> sendTaskHeartbeatRequest)
Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified
taskToken is still making progress. |
default SendTaskHeartbeatResponse |
SfnClient.sendTaskHeartbeat(SendTaskHeartbeatRequest sendTaskHeartbeatRequest)
Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified
taskToken is still making progress. |
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(Consumer<SendTaskSuccessRequest.Builder> sendTaskSuccessRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken completed successfully. |
default SendTaskSuccessResponse |
SfnClient.sendTaskSuccess(SendTaskSuccessRequest sendTaskSuccessRequest)
Used by activity workers and task states using the callback pattern to report that the task identified by the
taskToken completed successfully. |
Copyright © 2019. All rights reserved.