Uses of Class
com.woorea.openstack.nova.model.Service
-
Packages that use Service Package Description com.woorea.openstack.nova.model -
-
Uses of Service in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>
Services. list
Methods in com.woorea.openstack.nova.model that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>
Services. getList()
java.util.Iterator<Service>
Services. iterator()
Method parameters in com.woorea.openstack.nova.model with type arguments of type Service Modifier and Type Method Description void
Services. setList(java.util.List<Service> list)
-