Uses of Class
software.amazon.awssdk.services.lambda.model.OperationUpdate
-
Packages that use OperationUpdate Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of OperationUpdate in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type OperationUpdate Modifier and Type Method Description List<OperationUpdate>CheckpointDurableExecutionRequest. updates()An array of state updates to apply during this checkpoint.Methods in software.amazon.awssdk.services.lambda.model with parameters of type OperationUpdate Modifier and Type Method Description CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. updates(OperationUpdate... updates)An array of state updates to apply during this checkpoint.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type OperationUpdate Modifier and Type Method Description CheckpointDurableExecutionRequest.BuilderCheckpointDurableExecutionRequest.Builder. updates(Collection<OperationUpdate> updates)An array of state updates to apply during this checkpoint.
-