Uses of Interface
software.amazon.awssdk.services.lambda.model.CheckpointUpdatedExecutionState.Builder
-
Packages that use CheckpointUpdatedExecutionState.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of CheckpointUpdatedExecutionState.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CheckpointUpdatedExecutionState.Builder Modifier and Type Method Description static CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState. builder()CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. nextMarker(String nextMarker)Indicates that more results are available.CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. operations(Collection<Operation> operations)A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. operations(Consumer<Operation.Builder>... operations)A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. operations(Operation... operations)A list of operations that have been updated since the last checkpoint.CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CheckpointUpdatedExecutionState.Builder Modifier and Type Method Description static Class<? extends CheckpointUpdatedExecutionState.Builder>CheckpointUpdatedExecutionState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type CheckpointUpdatedExecutionState.Builder Modifier and Type Method Description default CheckpointDurableExecutionResponse.BuilderCheckpointDurableExecutionResponse.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.
-