Uses of Class
software.amazon.awssdk.services.lambda.model.CheckpointDurableExecutionRequest
Packages that use CheckpointDurableExecutionRequest
Package
Description
-
Uses of CheckpointDurableExecutionRequest in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda with parameters of type CheckpointDurableExecutionRequestModifier and TypeMethodDescriptionLambdaAsyncClient.checkpointDurableExecution(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime.LambdaClient.checkpointDurableExecution(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime. -
Uses of CheckpointDurableExecutionRequest in software.amazon.awssdk.services.lambda.transform
Methods in software.amazon.awssdk.services.lambda.transform with parameters of type CheckpointDurableExecutionRequestModifier and TypeMethodDescriptionCheckpointDurableExecutionRequestMarshaller.marshall(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest)