Uses of Class
software.amazon.awssdk.services.swf.model.RecordActivityTaskHeartbeatResponse
-
Packages that use RecordActivityTaskHeartbeatResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of RecordActivityTaskHeartbeatResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return RecordActivityTaskHeartbeatResponse Modifier and Type Method Description default RecordActivityTaskHeartbeatResponseSwfClient. recordActivityTaskHeartbeat(Consumer<RecordActivityTaskHeartbeatRequest.Builder> recordActivityTaskHeartbeatRequest)Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskTokenis still making progress.default RecordActivityTaskHeartbeatResponseSwfClient. recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskTokenis still making progress.Methods in software.amazon.awssdk.services.swf that return types with arguments of type RecordActivityTaskHeartbeatResponse Modifier and Type Method Description default CompletableFuture<RecordActivityTaskHeartbeatResponse>SwfAsyncClient. recordActivityTaskHeartbeat(Consumer<RecordActivityTaskHeartbeatRequest.Builder> recordActivityTaskHeartbeatRequest)Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskTokenis still making progress.default CompletableFuture<RecordActivityTaskHeartbeatResponse>SwfAsyncClient. recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)Used by activity workers to report to the service that the ActivityTask represented by the specifiedtaskTokenis still making progress.
-