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
Fields in com.woorea.openstack.heat.model with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>
Resource. links
private java.util.List<Link>
Stack. links
Methods in com.woorea.openstack.heat.model that return types with arguments of type Link Modifier and Type Method Description java.util.List<Link>
Resource. getLinks()
java.util.List<Link>
Stack. getLinks()
Method parameters in com.woorea.openstack.heat.model with type arguments of type Link Modifier and Type Method Description void
Resource. setLinks(java.util.List<Link> links)
void
Stack. setLinks(java.util.List<Link> links)
-