| 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 workers to report to the service that the task represented by the specified
taskToken is
still making progress. |
default CompletableFuture<SendTaskHeartbeatResponse> |
SfnAsyncClient.sendTaskHeartbeat(SendTaskHeartbeatRequest sendTaskHeartbeatRequest)
Used by workers to report to the service that the task represented by the specified
taskToken is
still making progress. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SendTaskHeartbeatRequestMarshaller.marshall(SendTaskHeartbeatRequest sendTaskHeartbeatRequest) |
Copyright © 2018. All rights reserved.