Sequence Diagram - send message to instance passed in as param

Not sure what the proper UML notation/stereotype for this is.

If I have a found message come into an object of type foo with a parameter of type bar. How, do i show that foo invokes bar’s buz method?

Should i just use a create message and place another stereotype on it, like <>?

Carlos