Uses of Class
com.woorea.openstack.keystone.model.Service
-
Packages that use Service Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model com.woorea.openstack.keystone.v3.model -
-
Uses of Service in com.woorea.openstack.keystone.api
Methods in com.woorea.openstack.keystone.api with parameters of type Service Modifier and Type Method Description ServicesResource.CreateServicesResource. create(Service service)Constructors in com.woorea.openstack.keystone.api with parameters of type Service Constructor Description Create(Service service) -
Uses of Service in com.woorea.openstack.keystone.model
Methods in com.woorea.openstack.keystone.model that return types with arguments of type Service Modifier and Type Method Description List<Service>Services. getList()Iterator<Service>Services. iterator() -
Uses of Service in com.woorea.openstack.keystone.v3.model
Methods in com.woorea.openstack.keystone.v3.model that return types with arguments of type Service Modifier and Type Method Description List<Service>Services. getList()Iterator<Service>Services. iterator()
-