Uses of Class
com.woorea.openstack.heat.model.Link
-
Packages that use Link Package Description com.woorea.openstack.heat.model -
-
Uses of Link in com.woorea.openstack.heat.model
Methods in com.woorea.openstack.heat.model that return types with arguments of type Link Modifier and Type Method Description List<Link>Resource. getLinks()List<Link>Stack. getLinks()Method parameters in com.woorea.openstack.heat.model with type arguments of type Link Modifier and Type Method Description voidResource. setLinks(List<Link> links)voidStack. setLinks(List<Link> links)
-