Uses of Interface
software.amazon.awssdk.services.lambda.model.CheckpointUpdatedExecutionState.Builder
Packages that use CheckpointUpdatedExecutionState.Builder
-
Uses of CheckpointUpdatedExecutionState.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CheckpointUpdatedExecutionState.BuilderModifier and TypeMethodDescriptionCheckpointUpdatedExecutionState.builder()CheckpointUpdatedExecutionState.Builder.nextMarker(String nextMarker) Indicates that more results are available.CheckpointUpdatedExecutionState.Builder.operations(Collection<Operation> operations) A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.Builder.operations(Consumer<Operation.Builder>... operations) A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.Builder.operations(Operation... operations) A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CheckpointUpdatedExecutionState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CheckpointUpdatedExecutionState.Builder>CheckpointUpdatedExecutionState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type CheckpointUpdatedExecutionState.BuilderModifier and TypeMethodDescriptionCheckpointDurableExecutionResponse.Builder.newExecutionState(Consumer<CheckpointUpdatedExecutionState.Builder> newExecutionState) Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers.