Is there a method to get struct object

Hi.
I am new to developing with sui and move. I have been going through the documentations extensively and it seems like there is no support to get an struct object instance.

It seems the older documentation supported this:

object::get(<UID>)

But that doesn’t work any more. Please, how can I achieve this?