Uses of Class
software.amazon.awssdk.services.lambda.model.CheckpointDurableExecutionResponse
Packages that use CheckpointDurableExecutionResponse
-
Uses of CheckpointDurableExecutionResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return CheckpointDurableExecutionResponseModifier and TypeMethodDescriptionLambdaClient.checkpointDurableExecution(Consumer<CheckpointDurableExecutionRequest.Builder> 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.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type CheckpointDurableExecutionResponseModifier and TypeMethodDescriptionLambdaAsyncClient.checkpointDurableExecution(Consumer<CheckpointDurableExecutionRequest.Builder> checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime.LambdaAsyncClient.checkpointDurableExecution(CheckpointDurableExecutionRequest checkpointDurableExecutionRequest) Saves the progress of a durable function execution during runtime.