| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<SendTaskHeartbeatResponse> |
SfnAsyncClient.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. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SendTaskHeartbeatRequestMarshaller.marshall(SendTaskHeartbeatRequest sendTaskHeartbeatRequest) |
Copyright © 2019. All rights reserved.