Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskHeartbeatResponse
-
Packages that use SendTaskHeartbeatResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of SendTaskHeartbeatResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return SendTaskHeartbeatResponse Modifier and Type Method Description default SendTaskHeartbeatResponseSfnClient. 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 specifiedtaskTokenis still making progress.default SendTaskHeartbeatResponseSfnClient. 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 specifiedtaskTokenis still making progress.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type SendTaskHeartbeatResponse Modifier and Type Method Description default CompletableFuture<SendTaskHeartbeatResponse>SfnAsyncClient. 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 specifiedtaskTokenis 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 specifiedtaskTokenis still making progress.
-