Uses of Class
software.amazon.awssdk.services.lambda.model.OperationUpdate
Packages that use OperationUpdate
-
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 OperationUpdateModifier and TypeMethodDescriptionfinal 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 OperationUpdateModifier and TypeMethodDescriptionCheckpointDurableExecutionRequest.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 OperationUpdateModifier and TypeMethodDescriptionCheckpointDurableExecutionRequest.Builder.updates(Collection<OperationUpdate> updates) An array of state updates to apply during this checkpoint.