Uses of Class
software.amazon.awssdk.services.lambda.model.SendDurableExecutionCallbackHeartbeatResponse
Packages that use SendDurableExecutionCallbackHeartbeatResponse
-
Uses of SendDurableExecutionCallbackHeartbeatResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return SendDurableExecutionCallbackHeartbeatResponseModifier and TypeMethodDescriptionLambdaClient.sendDurableExecutionCallbackHeartbeat(Consumer<SendDurableExecutionCallbackHeartbeatRequest.Builder> sendDurableExecutionCallbackHeartbeatRequest) Sends a heartbeat signal for a long-running callback operation to prevent timeout.LambdaClient.sendDurableExecutionCallbackHeartbeat(SendDurableExecutionCallbackHeartbeatRequest sendDurableExecutionCallbackHeartbeatRequest) Sends a heartbeat signal for a long-running callback operation to prevent timeout.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type SendDurableExecutionCallbackHeartbeatResponseModifier and TypeMethodDescriptionLambdaAsyncClient.sendDurableExecutionCallbackHeartbeat(Consumer<SendDurableExecutionCallbackHeartbeatRequest.Builder> sendDurableExecutionCallbackHeartbeatRequest) Sends a heartbeat signal for a long-running callback operation to prevent timeout.LambdaAsyncClient.sendDurableExecutionCallbackHeartbeat(SendDurableExecutionCallbackHeartbeatRequest sendDurableExecutionCallbackHeartbeatRequest) Sends a heartbeat signal for a long-running callback operation to prevent timeout.