Uses of Class
software.amazon.awssdk.services.sfn.model.SendTaskHeartbeatRequest
-
Packages that use SendTaskHeartbeatRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of SendTaskHeartbeatRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type SendTaskHeartbeatRequest Modifier and Type Method Description 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.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. -
Uses of SendTaskHeartbeatRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type SendTaskHeartbeatRequest Modifier and Type Method Description SdkHttpFullRequestSendTaskHeartbeatRequestMarshaller. marshall(SendTaskHeartbeatRequest sendTaskHeartbeatRequest)
-